Skip to content

Commit

Permalink
add env vars for aws secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Dec 19, 2024
1 parent 3e75336 commit 27e7060
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
# remove add_build_workflow after we've tested that this works
branches: [ master, add_build_workflow ]

jobs:
Expand Down Expand Up @@ -37,4 +38,7 @@ jobs:
run: yarn

- name: Run Deploy
run: sh tools/cdn.sh
run: sh tools/cdn.sh
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 27e7060

Please sign in to comment.