Skip to content

Commit

Permalink
Merge pull request #143 from weaveworks/registry_permissions
Browse files Browse the repository at this point in the history
feat: added missing permissions for release action
  • Loading branch information
richardcase authored Feb 25, 2022
2 parents 46931ed + c3d9a5f commit b244c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b244c7e

Please sign in to comment.