Skip to content

Commit

Permalink
Proper secret names
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <bhale@vmware.com>
  • Loading branch information
nebhale committed Nov 5, 2020
1 parent 0cf7fc7 commit 6744251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-verify-buildpackage-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Action verify-buildpack
name: Create Action verify-buildpackage
"on":
pull_request:
paths:
Expand All @@ -21,9 +21,9 @@ jobs:
name: Docker login ghcr.io
uses: docker/login-action@v1
with:
password: ${{ secrets.IMPLEMENTATION_GHCR_TOKEN }}
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
registry: ghcr.io
username: ${{ secrets.IMPLEMENTATION_GHCR_USERNAME }}
username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- id: version
name: Compute Version
Expand Down

0 comments on commit 6744251

Please sign in to comment.