Skip to content

Commit 01cc8f6

Browse files
authored
Merge pull request #10 from IvanOfThings/updating-system-for-releasing
fix: using custom gh token to release
2 parents 3958672 + faffff1 commit 01cc8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-content-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: npx semantic-release --debug
2020
env:
2121
# GitHub sets this automatically
22-
GITHUB_TOKEN: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)