Skip to content

Commit

Permalink
Fix actions' permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Feb 28, 2024
1 parent 218d083 commit 54afbe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
paths-ignore:
- 'docs/**'
- '**/*.md'
permissions:
contents: read
packages: write

jobs:
buildAndPush:
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 @@ -6,6 +6,10 @@ on:
- main
pull_request:

permissions:
contents: write
pull-requests: write

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

0 comments on commit 54afbe1

Please sign in to comment.