Skip to content

Commit 356b097

Browse files
authored
Merge pull request #478 from layer5io/update-token-variable
ci: change github action token variable
2 parents f1dd079 + f56a7f9 commit 356b097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
16-
token: ${{secrets.GH_TOKEN}}
16+
token: ${{secrets.GH_ACCESS_TOKEN}}
1717

1818
- uses: actions/setup-node@v3
1919
with:

0 commit comments

Comments
 (0)