Skip to content

Commit

Permalink
Use the IMPLEMENTATION_GITHUB_TOKEN for the Registry (#23)
Browse files Browse the repository at this point in the history
This was configured to use GITHUB_TOKEN for publishing to the Registry, which doesn't have enough permissions. This PR switches to using IMPLEMENTATION_GITHUB_TOKEN which should have sufficient permissions.

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa authored Aug 27, 2022
1 parent 363b144 commit 612cbbc
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 @@ -9,7 +9,7 @@ codeowners:
package:
repository: docker.io/buildpacksio/profile
register: true
registry_token: ${{ secrets.GITHUB_TOKEN }}
registry_token: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}

docker_credentials:
- registry: docker.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ jobs:
with:
address: docker.io/buildpacksio/profile@${{ steps.package.outputs.digest }}
id: buildpacksio/profile
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
version: ${{ steps.version.outputs.version }}

0 comments on commit 612cbbc

Please sign in to comment.