Skip to content

Commit

Permalink
Use GITHUB_TOKEN secret for uploading to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 26, 2021
1 parent 47a69a1 commit c116938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux-container-images.yml
Expand Up @@ -123,7 +123,7 @@ jobs:
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Log the upload result
if: >-
(github.event_name == 'push' || github.event_name == 'schedule')
Expand Down

0 comments on commit c116938

Please sign in to comment.