Skip to content

Commit abce101

Browse files
committed
Update GitHub Actions checkout action to use GITHUB_TOKEN only
1 parent df553b3 commit abce101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crystal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
uses: actions/checkout@v3
166166
with:
167167
fetch-depth: 0
168-
token: ${{ secrets.PAT_TOKEN || secrets.GITHUB_TOKEN }}
168+
token: ${{ secrets.GITHUB_TOKEN }}
169169

170170
- name: Compute Release Version
171171
id: semver

0 commit comments

Comments
 (0)