Skip to content

Commit 52f2776

Browse files
committed
fix: update
1 parent 6b2a832 commit 52f2776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- name: Dispatch changelog generation
6767
env:
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6969
run: |
7070
7171
if ! command -v gh &> /dev/null; then
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Monitor workflow execution
8484
env:
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
8686
run: |
8787
workflow_name="${{ matrix.name }}"
8888
target_repo="codesnippetspro/.github-private"

0 commit comments

Comments
 (0)