Skip to content

Commit

Permalink
fix: Use public tokens in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
helenff committed Apr 24, 2023
1 parent 4d2b0ff commit 450612f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
@semantic-release/changelog@6.0.2
@semantic-release/git@10.0.1
env:
GITHUB_TOKEN: ${{ secrets.SCRIBD_GITHUB_GENERIC_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 450612f

Please sign in to comment.