We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affbc21 commit fa41395Copy full SHA for fa41395
1 file changed
.github/workflows/bun-compile.yml
@@ -126,7 +126,6 @@ jobs:
126
runs-on: ubuntu-latest
127
permissions:
128
contents: write
129
- variables: write
130
steps:
131
- name: Download all artifacts
132
uses: actions/download-artifact@v4
@@ -163,7 +162,7 @@ jobs:
163
162
- name: Update V1_LATEST_TAG variable
164
if: ${{ !contains(inputs.version || github.event.client_payload.version, 'prerelease') }}
165
env:
166
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.VARIABLES_WRITE_TOKEN }}
167
VERSION: ${{ inputs.version || github.event.client_payload.version }}
168
run: |
169
gh api --method PATCH "repos/${{ github.repository }}/actions/variables/V1_LATEST_TAG" \
0 commit comments