Skip to content

Commit b244c7e

Browse files
authored
Merge pull request #143 from weaveworks/registry_permissions
feat: added missing permissions for release action
2 parents 46931ed + c3d9a5f commit b244c7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
packages: write
1518
steps:
1619
- name: Checkout
1720
uses: actions/checkout@v2

0 commit comments

Comments
 (0)