Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Registry Uses Main Token (#198)
Browse files Browse the repository at this point in the history
This change updates the package registry token to be the main token.

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale authored Nov 4, 2020
1 parent c84f9c6 commit 08beb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ codeowners:
package:
repository: gcr.io/projectriff/java-function
register: true
registry_token: ${{ secrets.RIFF_BUILDPACK_REGISTRY_TOKEN }}
registry_token: ${{ secrets.RIFF_GITHUB_TOKEN }}

docker_credentials:
- registry: gcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ jobs:
with:
address: gcr.io/projectriff/java-function@${{ steps.package.outputs.digest }}
id: projectriff/java-function
token: ${{ secrets.RIFF_BUILDPACK_REGISTRY_TOKEN }}
token: ${{ secrets.RIFF_GITHUB_TOKEN }}
version: ${{ steps.version.outputs.version }}

0 comments on commit 08beb33

Please sign in to comment.