Skip to content

Commit

Permalink
Merge pull request #18 from cacoco/cacoco/SetGHTOKEN
Browse files Browse the repository at this point in the history
Cacoco/set ghtoken
  • Loading branch information
cacoco authored Feb 5, 2024
2 parents edc427c + e6bcd5b commit 6af9e76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CACOCO_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
- name: Run Update CodeMeta JSON file action
if: ${{ success() }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh workflow run codemeta-version.yaml --field release_version=${{ env.VERSION }} --ref main
gh workflow run codemeta-version.yaml --field release_version=${{ env.VERSION }} --ref main

0 comments on commit 6af9e76

Please sign in to comment.