Skip to content

Commit 6b79258

Browse files
committed
ci - try fix docker push to ghcr with using GITHUB_TOKEN
1 parent c5e7fe5 commit 6b79258

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ env:
1818
jobs:
1919
deploy:
2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: read
23+
packages: write
24+
2125
steps:
2226
- uses: actions/checkout@v2 #name: Checkout codebase
2327

0 commit comments

Comments
 (0)