Skip to content

Commit 9735525

Browse files
committed
verify ci
1 parent ee27c28 commit 9735525

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ jobs:
175175
if: always()
176176
runs-on: ubuntu-latest
177177
steps:
178+
- name: Verify PR_TOKEN
179+
env:
180+
PR_TOKEN: ${{ secrets.PR_TOKEN }}
181+
run: echo "PR_TOKEN length=${#PR_TOKEN}"
182+
178183
- uses: actions/checkout@v4
179184
with:
180185
token: ${{ secrets.PR_TOKEN || github.token }}

0 commit comments

Comments
 (0)