Skip to content

Commit

Permalink
test if default token can deploy a container.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Jan 7, 2025
1 parent 427dcb1 commit 2a3ab8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.GHP_WRITE_USER }}
password: ${{ secrets.GHP_WRITE_TOKEN }}
username: ${{ secrets.GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 2a3ab8c

Please sign in to comment.