Skip to content

Commit

Permalink
Fix actions' permissions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Mar 8, 2024
1 parent 90b10b9 commit f438ffb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- v*
pull_request:

permissions:
contents: read
packages: write

jobs:
publish-docker:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-drafter:
name: Release Drafter
Expand Down

0 comments on commit f438ffb

Please sign in to comment.