Skip to content

Commit f41c59e

Browse files
authoredApr 2, 2021
Merge pull request #45 from kubewarden/remove-pat
Use `GITHUB_TOKEN` instead of a personal access token
2 parents e7d8eee + 88dd5dd commit f41c59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/container-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
30-
password: ${{ secrets.CR_PAT }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3131
-
3232
name: Build and push development container image
3333
if: ${{ startsWith(github.ref, 'refs/heads/') }}

0 commit comments

Comments
 (0)