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 240734a commit 2ae911e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
env:
GITHUB_TOKEN: ${{ secrets.$GITHUB_DOCKER_PUSH_TOKEN }}
- uses: actions/checkout@v1
- name: My first action
env:
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 2ae911e

Please sign in to comment.