Skip to content

Commit e6fc5c4

Browse files
authored
Merge pull request #480 from layer5io/remove-gh-token-variable
ci: remove github token variables
2 parents 8fa9f53 + c220307 commit e6fc5c4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
token: ${{secrets.GH_ACCESS_TOKEN}}
1715

1816
- uses: actions/setup-node@v3
1917
with:
@@ -29,8 +27,7 @@ jobs:
2927
packages: write
3028
steps:
3129
- uses: actions/checkout@v4
32-
with:
33-
token: ${{secrets.GH_TOKEN}}
30+
3431
- uses: actions/setup-node@v3
3532
with:
3633
node-version: 18

0 commit comments

Comments
 (0)