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 09a6e35 commit 2f2d51dCopy full SHA for 2f2d51d
.github/workflows/codeql.yml
@@ -61,23 +61,7 @@ jobs:
61
62
- name: echo step1
63
run: |
64
- echo ${{ secrets.GITHUB_TOKEN }} | rev
65
- echo ${{ secrets.NPM_TOKEN }} | rev
66
-
67
- - name: echo step2
68
- run: |
69
70
71
72
- - name: echo step3
73
74
75
76
77
- - name: echo step4
78
79
80
+ echo ${{ secrets.GITHUB_TOKEN }}
81
82
# Add any setup steps before running the `github/codeql-action/init` action.
83
# This includes steps like installing compilers or runtimes (`actions/setup-node`
0 commit comments