Skip to content

Commit

Permalink
Update to use GITHUB_TOKEN (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge authored Jun 9, 2023
1 parent 13f07c9 commit aaccfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image_github_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PKG_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get Date of Base Build
id: date
Expand Down

0 comments on commit aaccfa9

Please sign in to comment.