Skip to content

Commit 173b3ed

Browse files
committed
ci: revert to Github token
1 parent 36abb43 commit 173b3ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-conference-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,11 +641,11 @@ jobs:
641641
uses: actions/checkout@v4
642642
with:
643643
fetch-depth: 0
644-
token: ${{ secrets.GH_PAT }}
644+
token: ${{ secrets.GITHUB_TOKEN }}
645645

646646
- name: Configure git
647647
env:
648-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
648+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
649649
run: |
650650
git config user.name "github-actions[bot]"
651651
git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -853,11 +853,11 @@ jobs:
853853
uses: actions/checkout@v4
854854
with:
855855
fetch-depth: 0
856-
token: ${{ secrets.GH_PAT }}
856+
token: ${{ secrets.GITHUB_TOKEN }}
857857

858858
- name: Configure git
859859
env:
860-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
860+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
861861
run: |
862862
git config user.name "github-actions[bot]"
863863
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)