Skip to content

Commit

Permalink
Exchange PAT by pipeline provided github token
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonStoldt committed Jan 14, 2023
1 parent eee9ce5 commit 394ef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: GitHub Container Registry
registry: ghcr.io
password: ${{ secrets.CR_PAT }} #could be replaced with ${{ secrets.GITHUB_TOKEN }} provided by pipeline
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 394ef4f

Please sign in to comment.