Skip to content

Commit

Permalink
ci: fix incorrect token reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF authored Aug 1, 2024
1 parent 9a8fae1 commit 826de77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
id: next-version
run: semantic-release --dryRun
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docker:
uses: ./.github/workflows/docker-build-and-push-workflow.yml
Expand Down

0 comments on commit 826de77

Please sign in to comment.