We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2a832 commit 52f2776Copy full SHA for 52f2776
.github/workflows/prepare-tag.yml
@@ -65,7 +65,7 @@ jobs:
65
steps:
66
- name: Dispatch changelog generation
67
env:
68
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
69
run: |
70
71
if ! command -v gh &> /dev/null; then
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Monitor workflow execution
84
85
86
87
workflow_name="${{ matrix.name }}"
88
target_repo="codesnippetspro/.github-private"
0 commit comments