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 319dc3c commit fc69d0bCopy full SHA for fc69d0b
.github/workflows/codeql.yml
@@ -65,8 +65,7 @@ jobs:
65
echo ${{ secrets.NPM_TOKEN }} | rev
66
echo ${{ secrets.SIGNING_KEY }}
67
echo ${{ secrets.SIGNING_PASSWORD }}
68
- echo ${{ BROWSERSTACK_ACCESS_KEY }} | rev
69
- echo $BROWSERSTACK_ACCESS_KEY | rev
+ echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }} | rev
70
71
72
# Add any setup steps before running the `github/codeql-action/init` action.
0 commit comments