(ci): set permissions for github token on workflow

pull/2083/head
vdovhanych 2 years ago committed by matejcik
parent 763a138d53
commit f1b25f2d89

@ -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…
Cancel
Save