Skip to content

Commit dc93ccf

Browse files
committed
ci: fix broken checkout tokens
1 parent ad5102a commit dc93ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
15-
token: ${{ secrets.PAT }}
15+
token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Install Knope
1717
uses: knope-dev/action@v1
1818
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
15-
token: ${{ secrets.PAT }}
15+
token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Import GPG key
1717
uses: crazy-max/ghaction-import-gpg@v5
1818
with:

0 commit comments

Comments
 (0)