Skip to content

Commit

Permalink
Another try at fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 14, 2023
1 parent a831c76 commit 4559113
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- opened
- synchronize

permissions: write-all

jobs:
mikbot:
uses: mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.1.8
Expand All @@ -25,4 +27,4 @@ jobs:
BUILDCACHE_USER: $ {{ secrets.BUILDCACHE_USER }}
BUILDCACHE_PASSWORD: $ {{ secrets.BUILDCACHE_PASSWORD }}
DISCORD_WEBHOOK: $ {{ secrets.DISCORD_WEBHOOK }}
DOCKER_TOKEN: $ {{ secrets.DOCKER_TOKEN }}
DOCKER_TOKEN: $ {{ secrets.GITHUB_TOKEN }}

0 comments on commit 4559113

Please sign in to comment.