Skip to content

Commit

Permalink
update perms
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 21, 2024
1 parent 03a01f2 commit 9f01de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ defaults:
shell: bash

permissions:
contents: "read"
contents: "write"
id-token: "write"
pull-requests: "write"

jobs:
rs-build-web-viewer:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reusable_upload_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ defaults:
shell: bash

permissions:
contents: "read"
contents: "write"
id-token: "write"
pull-requests: "write"

jobs:
upload-web:
Expand Down

0 comments on commit 9f01de1

Please sign in to comment.