Skip to content

Commit

Permalink
Use actions token to deploy tunnel server image (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jun 29, 2022
1 parent 3cfbae1 commit e148ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GitHub Container Registry
if: startsWith(github.ref, 'refs/tags')
run: |
Expand Down

0 comments on commit e148ccc

Please sign in to comment.