Skip to content

Commit

Permalink
fix(workflows/release-crates-ghcr): Typo in github-token input
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Mar 13, 2024
1 parent aa3f693 commit 6b118c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
branch: ${{ inputs.branch }}
target: ${{ matrix.target }}
artifact-patterns: ${{ inputs.files }}
github-token: ${{ secrets.BOT_WORKFLOW_TOKEN }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

publish:
if: always()
Expand All @@ -103,4 +103,4 @@ jobs:
tags: ${{ inputs.tags }}
licenses: ${{ inputs.licenses }}
username: eclipse-zenoh-bot
password: ${{ secrets.BOT_WORKFLOW_TOKEN }}
password: ${{ secrets.BOT_TOKEN_WORKFLOW }}

0 comments on commit 6b118c4

Please sign in to comment.