Skip to content

Commit faffff1

Browse files
committed
fix: using custom gh token to release
1 parent e3fd399 commit faffff1

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)