Skip to content

Commit d3b28b6

Browse files
committed
fix: add variables: write permission for V1_LATEST_TAG update
The GITHUB_TOKEN needs variables: write permission to update repo variables via the API.
1 parent 854335f commit d3b28b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bun-compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
permissions:
128128
contents: write
129+
variables: write
129130
steps:
130131
- name: Download all artifacts
131132
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)