Skip to content

Commit

Permalink
Change name of passed github token
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jan 31, 2024
1 parent c0b497a commit b93f9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Docker Build
on:
workflow_call:
secrets:
GITHUB_TOKEN:
github-token:
required: true
inputs:
envFile:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.github-token }}

- uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit b93f9d7

Please sign in to comment.