Skip to content

Commit f56a7f9

Browse files
authored
ci: change github action token variable
Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com>
1 parent f1dd079 commit f56a7f9

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)