Skip to content

Commit

Permalink
Changed to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
roseckyj committed Apr 4, 2024
1 parent b66810a commit 9326556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GH_PACKAGE_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 9326556

Please sign in to comment.