Skip to content

Commit

Permalink
use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Oct 5, 2021
1 parent 5045c64 commit e1ceea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release image
run: |
echo ${{ secrets.RELEASE_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
make push

0 comments on commit e1ceea4

Please sign in to comment.