Skip to content

Commit

Permalink
fix credentials in github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Apr 30, 2024
1 parent d342cae commit d613f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ jobs:
- name: Call webhook to deploy to kubernetes cluster (overlay 'stage')
if: ${{ github.event.inputs.deployment_type == 'kubernetes' }}
env:
GHCR_USERNAME: "${{ secrets.GHCR_USERNAME }}"
GHCR_TOKEN: "${{ secrets.GHCR_TOKEN }}"
GHCR_USERNAME: "${{ secrets.ACTION_USER }}"
GHCR_TOKEN: "${{ secrets.ACTION_TOKEN }}"
BRANCH: "stage"
run: |
git_sha=$(git rev-parse --short "$GITHUB_SHA")
Expand Down

0 comments on commit d613f38

Please sign in to comment.