Skip to content

Commit

Permalink
Merge pull request #13 from grafana/fix-publish-permissions
Browse files Browse the repository at this point in the history
Fix publish permissions
  • Loading branch information
jotdl authored Apr 24, 2024
2 parents 20dca33 + b7df415 commit d7ebaa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d7ebaa1

Please sign in to comment.