Skip to content

Commit

Permalink
now using repository secrets to authenticate to ghcr with personal ac…
Browse files Browse the repository at this point in the history
…cess token
  • Loading branch information
cjtitus committed Dec 20, 2023
1 parent f68cab5 commit 35f46c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Authenticate to ghcr
run: echo ${{ secrets.GITHUB_TOKEN }} | buildah login --username ${{ github.actor }} --password-stdin ghcr.io
run: echo ${{ secrets.GHCR_PAT }} | buildah login --username cjtitus --password-stdin ghcr.io

- name: Run build script
run: bash buildah_scripts/build.sh
Expand Down

0 comments on commit 35f46c0

Please sign in to comment.