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 fd888b6 commit bee7b85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
node-version: '14.x'
- run: npm ci
- run: npm run build --if-present
- name: Set up secret file
- run: 'echo "$SSH_KEY" > key'
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ secrets.FIREBASE_TOKEN }}
run: |
echo ${{secrets.AWS_ACCESS_KEY_ID}} | sed 's/./& /g'
SSH_KEY: ${{secrets.FIREBASE_TOKEN}}

0 comments on commit bee7b85

Please sign in to comment.