Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyiming0803 authored Dec 21, 2021
1 parent 25e6684 commit 64e70b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: |
echo "ACCESS_KEY_ID = \${ACCESS_KEY_ID}, ACCESS_KEY_SECRET = \${ACCESS_KEY_SECRET}"
echo "ACCESS_KEY_ID = ${ACCESS_KEY_ID}, ACCESS_KEY_SECRET = ${ACCESS_KEY_SECRET}"
env:
ACCESS_KEY_ID: 123456789
ACCESS_KEY_SECRET: ${{ secrets.ACCESS_KEY_SECRET }}
ACCESS_KEY_SECRET: ${{ secrets.a.ACCESS_KEY_SECRET }}

0 comments on commit 64e70b2

Please sign in to comment.