Skip to content

Commit

Permalink
specify the correct PGGE_DOCKER_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
subwaystation committed Mar 23, 2021
1 parent 3ebdb35 commit fbc1f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
name: pangenome/pgge
username: subwaystation
password: ${{ secrets.PGGB_DOCKER_TOKEN }}
password: ${{ secrets.PGGE_DOCKER_TOKEN }}
registry: ghcr.io
tags: "latest"
snapshot: true
Expand Down

0 comments on commit fbc1f9f

Please sign in to comment.