Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Sep 26, 2019
1 parent 2ae911e commit bcfd3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- name: My first action
env:
GITHUB_TOKEN: ${{ secrets.$GITHUB_DOCKER_PUSH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_DOCKER_PUSH_TOKEN }}
- name: Build the Docker image
run: docker build -t docker.pkg.github.com/tubone24/ebook_homebrew/ebook-homebrew docker
- name: Docker Login for GitHub Packages
Expand Down

0 comments on commit bcfd3d6

Please sign in to comment.