Skip to content

Commit

Permalink
Use personal access token to push images
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Sep 22, 2021
1 parent 296fbdc commit 14599b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Login to registry
if: ${{ github.event_name != 'pull_request' }}
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | buildah login -u parca-dev --password-stdin ghcr.io
echo "${{ secrets.PERSONAL_ACCESS_TOKEN }}" | buildah login -u parca-dev --password-stdin ghcr.io
- name: Push container
if: ${{ github.event_name != 'pull_request' }}
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
make push-container

0 comments on commit 14599b0

Please sign in to comment.