mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Use native GITHUB_TOKEN for integration testing
This commit is contained in:
@@ -10,5 +10,5 @@ jobs:
|
||||
with:
|
||||
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action
|
||||
username: ${{ secrets.DOCKER_GITHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_GITHUB_PASSWORD }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
|
||||
Reference in New Issue
Block a user