Skip to content

Commit

Permalink
Merge pull request #1108 from atc0005/i756-fix-token-env-vars
Browse files Browse the repository at this point in the history
Fix token environment variables
  • Loading branch information
atc0005 authored Jul 23, 2023
2 parents cc2d8b0 + 3507535 commit ad553c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
REPO_VERSION: ${{ steps.use-git-describe-semver.outputs.version }}

# https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow
DH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHRC_TOKEN: ${{ secrets.GHCR }}
DH_TOKEN: ${{ secrets.DOCKERHUB }}
GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make push
Expand Down

0 comments on commit ad553c3

Please sign in to comment.