Skip to content

Commit b9eee76

Browse files
committed
Restore the use of the regular GITHUB_TOKEN in changesets_release.yml
1 parent d66b16d commit b9eee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changesets_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
publish: pnpm ci:publish
4545
title: 'chore: publish new package versions'
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.OLEKSII_PAT_TOKEN_FOR_DOCKERHUB_RELEASE_WORKFLOW }}
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
4949
- name: Capture the new sync-service release as an output (if any)
5050
id: sync_service_release_tag

0 commit comments

Comments
 (0)