Skip to content

Commit ed610e8

Browse files
authored
chore(ci): use GITHUB_TOKEN instead of GHCR_PAT for checkout action (#1347)
1 parent 2772e49 commit ed610e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta--lint-unit-build-and-publish-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Checkout repo
7575
uses: actions/checkout@v2
7676
with:
77-
token: ${{ secrets.GHCR_PAT }}
77+
token: ${{ secrets.GITHUB_TOKEN }}
7878
- name: Tag branch with run number
7979
run: |
8080
git tag ${{ env.SEMVER }}

.github/workflows/main--lint-unit-build-and-publish-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout repo
8686
uses: actions/checkout@v2
8787
with:
88-
token: ${{ secrets.GHCR_PAT }}
88+
token: ${{ secrets.GITHUB_TOKEN }}
8989
- name: Tag branch with run number
9090
run: |
9191
git tag ${{ env.SEMVER }}

0 commit comments

Comments
 (0)