Skip to content

Commit

Permalink
change of token
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Aug 31, 2023
1 parent 1a0a116 commit 0fa28d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image_dev_benste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
registry: ${{ env.GHCR_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}

- name: Set up Docker Compose
run: docker-compose build
Expand Down

0 comments on commit 0fa28d6

Please sign in to comment.