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:
parent
763a138d53
commit
f1b25f2d89
8
.github/workflows/project_automation.yml
vendored
8
.github/workflows/project_automation.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user