Skip to content

Commit 9cc1ee0

Browse files
committed
Fixed ghcr perms
1 parent 8ad1487 commit 9cc1ee0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-image.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
on:
22
schedule:
3-
- cron: '0 10 * * *'
4-
jobs:
3+
- cron: '0 10 * * *'
54

5+
jobs:
66
check-commit-build-new-version:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
packages: write
811
steps:
912
- uses: actions/checkout@v4
1013
with:

0 commit comments

Comments
 (0)