Commit 4da275b
committed
fix(ci): use VARIABLES_WRITE_TOKEN for V1_LATEST_TAG update
Remove the invalid 'variables: write' permission (no such permission exists
in GitHub Actions) and switch the V1_LATEST_TAG update step to use
secrets.VARIABLES_WRITE_TOKEN instead of the default github.token, which
cannot modify repository Actions variables.
Requires VARIABLES_WRITE_TOKEN to be configured as a fine-grained PAT
scoped to augmentcode/auggie with Metadata: read and Variables: read/write.1 parent affbc21 commit 4da275b
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | | - | |
| 165 | + | |
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
| |||
0 commit comments