Skip to content

Commit

Permalink
try to fix the update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Mar 18, 2024
1 parent e7ada7d commit 697852e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/caddy-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: '00 12 * * *'

permissions:
contents: write
pull-requests: write

jobs:
caddy-update:
name: update caddy
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
required: true
default: 'v1'

permissions:
contents: write

jobs:
push_to_registry:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 697852e

Please sign in to comment.