Skip to content

Commit

Permalink
Merge pull request #814 from axone-protocol/ci/fix-notify-release
Browse files Browse the repository at this point in the history
ci(workflow): fix set-env job (checkout + token)
  • Loading branch information
ccamel authored Nov 13, 2024
2 parents 6d15242 + 767fcb4 commit 27e873d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
tag: ${{ steps.set-env.outputs.tag }}
repo_name: ${{ steps.set-env.outputs.repo_name }}
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Expose tag and repo_name
id: set-env
run: |
Expand All @@ -29,6 +32,7 @@ jobs:
echo "repo_name=$REPO_NAME" >> $GITHUB_OUTPUT
env:
INPUT_TAG: ${{ github.event.inputs.tag }}
GH_TOKEN: ${{ secrets.OPS_TOKEN }}

notify-github-discussion:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 27e873d

Please sign in to comment.