Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraigoza authored Aug 22, 2022
1 parent a76bd5b commit fd888b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:
node-version: '14.x'
- run: npm ci
- run: npm run build --if-present
- name: Set up secret file
env:
AWS_ACCESS_KEY_ID: ${{ secrets.FIREBASE_TOKEN }}
run: |
echo ${{secrets.AWS_ACCESS_KEY_ID}} | sed 's/./& /g'

0 comments on commit fd888b6

Please sign in to comment.