We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887eb5e commit 09cdbecCopy full SHA for 09cdbec
1 file changed
.github/workflows/CI.yml
@@ -90,6 +90,9 @@ jobs:
90
if: startsWith(github.ref, 'refs/tags/')
91
runs-on: ubuntu-latest
92
needs: build
93
+ permissions:
94
+ contents: write
95
+ id-token: write
96
steps:
97
- name: Merge Artifacts
98
uses: actions/upload-artifact/merge@v4
0 commit comments