Skip to content

Commit 450612f

Browse files
committed
fix: Use public tokens in release workflow
1 parent 4d2b0ff commit 450612f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
@semantic-release/[email protected]
2828
@semantic-release/[email protected]
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.SCRIBD_GITHUB_GENERIC_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Send notification
3333
if: steps.semantic.outputs.new_release_published == 'true'
3434
uses: scribd/job-notification@main
3535
with:
36-
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN }}
36+
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
3737
channel: service-foundations-release
3838
message: <https://github.com/${{ github.repository }}/tree/v${{ steps.semantic.outputs.new_release_version }}|Released version v${{ steps.semantic.outputs.new_release_version }}>

0 commit comments

Comments
 (0)