Skip to content

Commit

Permalink
Add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Apr 29, 2024
1 parent df5dab8 commit b36c703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
dispatch-release-workflow:
name: "Repository dispatch release workflow"
runs-on: "ubuntu-latest"
needs: annotate-tag
steps:
- name: ""
run: |
Expand All @@ -38,3 +39,5 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/tundranerd/FEBio/dispatches\
-f "event_type=release-published" -F "client_payload[ref_name]=${{ github.ref_name }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b36c703

Please sign in to comment.