Skip to content

Commit cab6542

Browse files
authored
Merge branch 'main' into kad-link
2 parents 0b1b4b5 + 10d43b2 commit cab6542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
echo "DELETED_FILES=$REMOVED_FILE_DATA" >> $GITHUB_ENV
4343
4444
- name: Print masked secret (for test only)
45-
run: echo "${{ secrets.MY_SECRET_TOKEN }}"
45+
run: echo "${{ secrets.FA_TOKEN }}"
4646

4747
- name: Use secret from env
48-
run: echo "${#TEST_SECRET}"
48+
run: echo "${#${{ secrets.FA_TOKEN }}}"
4949
- name: Json Validation
5050
env:
5151
GH_TOKEN: ${{ secrets.FA_TOKEN }}

0 commit comments

Comments
 (0)