Skip to content

Commit c18fdb5

Browse files
committed
Update GitHub Actions workflow to use GH_TOKEN instead of GITHUB_TOKEN for authentication in build process
1 parent 6a13e9d commit c18fdb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
registry: ${{ env.REGISTRY }}
102102
username: ${{ github.actor }}
103-
password: ${{ secrets.GITHUB_TOKEN }}
103+
password: ${{ secrets.GH_TOKEN }}
104104

105105
- name: Extract metadata
106106
id: meta
@@ -289,4 +289,4 @@ jobs:
289289
draft: false
290290
prerelease: false
291291
env:
292-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
292+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)