Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Updates password for Login to GitHub Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Feb 27, 2024
1 parent 7a19124 commit 6a25c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}


- name: Get branch name, git commit hash and current time in secs
id: vars
Expand Down

0 comments on commit 6a25c23

Please sign in to comment.