Skip to content

Commit 199f845

Browse files
committed
fix(permissions): add correct permissions to clients vs build
1 parent 473f1f1 commit 199f845

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-app.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ 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)
3433
id-token: write # Access the Github JWT for AWS access
3534
deployments: write
3635

.github/workflows/clients.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
permissions:
1111
contents: write # This is required for actions/checkout and write to be able to write releases
1212
pull-requests: write # to be able to comment on released pull requests
13+
issues: write # to be able to add completion to issues (which we don't use, but is still required)
1314
id-token: write # Access the Github JWT for AWS access
1415
deployments: write
1516

0 commit comments

Comments
 (0)