Skip to content

Commit ff4f964

Browse files
ci: update GitHub Actions workflow to use ACTIONS_PAT for GITHUB_TOKEN in publish step
1 parent 9be0af7 commit ff4f964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
uses: cloudbeds/webpack-module-federation-types-plugin/.github/actions/semantic-release@main
2727
with:
2828
publishToNpm: true
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)