Skip to content

Commit

Permalink
update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Nov 6, 2023
1 parent 840e1fa commit 9eec43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plotly-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
username: ${{ secrets.DEK_DEPLOYMENT_QUAY_USERNAME }}
password: ${{ DEK_DEPLOYMENT_QUAY_TOKEN }}
- id: setup-pack
uses: buildpacks/github-actions/[email protected]
- id: package
Expand Down

0 comments on commit 9eec43b

Please sign in to comment.