Skip to content

Commit

Permalink
Update PAT for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Waring committed Jan 22, 2024
1 parent b23e0a4 commit 8ea4531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"

- name: Log in to registry
run: echo "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" | docker login ghcr.io -u $ --password-stdin
run: echo "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" | docker login ghcr.io -u $ --password-stdin
#
- name: Push image
run: |
Expand Down

0 comments on commit 8ea4531

Please sign in to comment.