Skip to content

Commit

Permalink
update perms
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere committed May 13, 2024
1 parent eddc2ee commit 1383166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ciflow-trunk-on-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write
steps:
- uses: actions/github-script@v6
with:
Expand All @@ -19,4 +20,3 @@ jobs:
repo: context.repo.repo,
labels: ['ciflow/trunk']
})

0 comments on commit 1383166

Please sign in to comment.