Skip to content

Commit 71efe2b

Browse files
committed
fix: workflow permissions
1 parent ef6814d commit 71efe2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
build-and-deploy:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read # Or write, depending on your needs
14+
packages: write # Grant write permission for packages
1215
steps:
1316
- name: Set environment
1417
run: |

0 commit comments

Comments
 (0)