1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

(ci): set permissions for github token on workflow

This commit is contained in:
vdovhanych 2022-01-22 12:12:51 +01:00 committed by matejcik
parent 763a138d53
commit f1b25f2d89

View File

@ -1,5 +1,13 @@
name: Add to GitHub Project
on: [issues, pull_request]
permissions:
contents: read
pull-requests: write
issues: write
repository-projects: write
jobs:
github-actions-automate-projects:
runs-on: ubuntu-latest