Skip to content

Commit b71781e

Browse files
committed
Updated Github token for workflows
1 parent dfa5209 commit b71781e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wf-build-release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
needs: test
124124
runs-on: windows-2019
125125
env:
126-
GH_PKG_SEC: ${{ secrets.GH_PKG_REPO }}
126+
GH_PKG_SEC: ${{ secrets.GITHUB_TOKEN }}
127127
steps:
128128
- name: Download artifacts
129129
uses: actions/download-artifact@v4

.github/workflows/wf-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
needs: test
124124
runs-on: windows-2019
125125
env:
126-
GH_PKG_SEC: ${{ secrets.GH_PKG_REPO }}
126+
GH_PKG_SEC: ${{ secrets.GITHUB_TOKEN }}
127127
steps:
128128
- name: Download artifacts
129129
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)