Skip to content

Commit 473f1f1

Browse files
committed
fix(permissions): add issues permission
1 parent debce11 commit 473f1f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
permissions:
3131
contents: write # This is required for actions/checkout and write to be able to write releases
3232
pull-requests: write # to be able to comment on released pull requests
33+
issues: write # to be able to add completion to issues (which we don't use, but is still required)
3334
id-token: write # Access the Github JWT for AWS access
3435
deployments: write
3536

0 commit comments

Comments
 (0)