Skip to content

Commit 6fa2836

Browse files
committed
ci: fix workflow permissions
1 parent 9d7a782 commit 6fa2836

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: Docker Deploy
1+
name: Deploy
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
deploy:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
11+
packages: write
912

1013
steps:
1114
- name: Checkout code

0 commit comments

Comments
 (0)