Skip to content

Commit 954f8a0

Browse files
committed
Test
1 parent 2c1da50 commit 954f8a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fixtures-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
ref: ${{ github.event.pull_request.head.sha || github.sha }}
3939

40+
- run: |
41+
echo "Token length: ${#secrets.PRIVATE_GITHUB_DEPLOY_TOKEN}"
42+
4043
- uses: ./.github/actions/submodules-checkout
4144
with:
4245
submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)