We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e697e commit 55f6da4Copy full SHA for 55f6da4
1 file changed
.github/workflows/ci.yaml
@@ -63,6 +63,8 @@ jobs:
63
release:
64
needs: [build]
65
name: Publish / Release
66
+ permissions:
67
+ contents: write
68
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
69
outputs:
70
git-tag: ${{ steps.semantic.outputs.git-tag }}
@@ -84,6 +86,8 @@ jobs:
84
86
ghcr:
85
87
name: Publish / GHCR
88
runs-on: ubuntu-latest
89
90
+ packages: write
91
if: |
92
github.repository_owner == 'Virtool' &&
93
github.event_name == 'push' &&
0 commit comments