Skip to content

Commit 41ce9b6

Browse files
committed
Use write permissions
1 parent 46c9d30 commit 41ce9b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
runs-on: ubuntu-latest # enables hardware acceleration in the virtual machine
88
timeout-minutes: 30
99

10+
permissions:
11+
contents: write
12+
packages: write
13+
1014
steps:
1115
- name: Checkout
1216
uses: actions/checkout@v4

0 commit comments

Comments
 (0)