Skip to content

Commit

Permalink
Added auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
langerae committed Sep 20, 2024
1 parent be10111 commit ade2f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metocean-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' # docker/login-action@v3
with:
username: 'oauth2accesstoken'
password: '${{ steps.auth.outputs.auth_token }}'
password: '${{ secrets.AUTH_TOKEN }}'
registry: 'europe-west4-docker.pkg.dev'

- name: 'Build and Push Container'
Expand Down

0 comments on commit ade2f75

Please sign in to comment.