Skip to content

Commit

Permalink
Fix: Use ERGEBNIS_BOT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 19, 2024
1 parent 8853b74 commit ae3c740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: "Create release"
uses: "actions/github-script@v7.0.1"
with:
github-token: "${{ inputs.github-token }}"
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

script: |
if (!process.env.RELEASE_TAG) {
core.setFailed("The environment variable RELEASE_TAG is not defined.")
Expand Down

0 comments on commit ae3c740

Please sign in to comment.