Skip to content

Commit 515d356

Browse files
committed
temp check
1 parent d8107b0 commit 515d356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Test Secrets
1414
env:
1515
A: ${{ secrets.GRGIT_USER }}
16-
B: ${{ secrets.GRGIT_TOKEN_TEST }}
16+
B: ${{ secrets.GH_PAGES_TOKEN }}
1717
run: if [ "$A" = "$B" ]; then echo "same"; else echo "different"; fi
1818

1919
- name: Setup Java

0 commit comments

Comments
 (0)