Skip to content

Commit

Permalink
Fixed ghcr perms
Browse files Browse the repository at this point in the history
  • Loading branch information
dodancs committed May 12, 2024
1 parent 8ad1487 commit 9cc1ee0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
on:
schedule:
- cron: '0 10 * * *'
jobs:
- cron: '0 10 * * *'

jobs:
check-commit-build-new-version:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9cc1ee0

Please sign in to comment.