Skip to content

Commit 63f5aa8

Browse files
committed
f
1 parent eb7245d commit 63f5aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/translate_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Publish search index release asset
148148
shell: bash
149149
env:
150-
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
150+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151151
run: |
152152
set -euo pipefail
153153
@@ -160,7 +160,7 @@ jobs:
160160
exit 1
161161
fi
162162
163-
TOKEN="${PAT_TOKEN:-${GITHUB_TOKEN:-}}"
163+
TOKEN="${GITHUB_TOKEN}"
164164
if [ -z "$TOKEN" ]; then
165165
echo "No token available for GitHub CLI" >&2
166166
exit 1

0 commit comments

Comments
 (0)