Skip to content

Commit 06e37a0

Browse files
committed
add correct permissions
1 parent 17064fd commit 06e37a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
test-deploy:
8+
test-deploy: permissions:
9+
pages: write
10+
id-token: write
11+
contents: write
12+
913
name: Test deployment
1014
runs-on: ubuntu-latest
1115
steps:

0 commit comments

Comments
 (0)