We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1096c5 commit c7846a5Copy full SHA for c7846a5
.github/workflows/nightly.yml
@@ -53,6 +53,8 @@ jobs:
53
release-common:
54
needs: changes
55
if: ${{ needs.changes.outputs.proceed == 'true' }}
56
+ permissions:
57
+ contents: write
58
uses: ./.github/workflows/release-common.yml
59
with:
60
branch: primary
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
21
22
needs: validate
23
24
25
26
27
branch: ${{ github.ref_name }}
0 commit comments