Skip to content

Commit a615e98

Browse files
authored
new permissions
1 parent 6678542 commit a615e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
permissions:
4444
packages: write
45+
contents: write
4546
needs: initialize-matrix
4647
strategy:
4748
matrix:
@@ -101,7 +102,7 @@ jobs:
101102
- name: ${{ matrix.component.Name }} -- Download CI artifacts
102103
uses: dawidd6/action-download-artifact@v2
103104
with:
104-
workflow: build-multiarch-image.yml
105+
workflow: ci.yml
105106
workflow_conclusion: success
106107
path: ./ci-artifacts
107108

0 commit comments

Comments
 (0)