Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Dec 20, 2024
1 parent 14f8b79 commit 1551bf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build

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

jobs:
build:
Expand Down Expand Up @@ -40,10 +40,10 @@ jobs:
- name: Configure AWS Credentials using OIDC
uses: aws-actions/configure-aws-credentials@v4
with:
# TODO: update ACCOUNT and UPLOAD_ROLE and store in github secrets for the repo
# TODO: retrieve this whole value from github secrets
role-to-assume: arn:aws:iam::<ACCOUNT>:role/<UPLOAD_ROLE>
role-session-name: github-action-account-link-extension-publish
aws-region: us-west-1

- name: Run Deploy
run: sh tools/cdn.sh
run: sh tools/cdn.sh

0 comments on commit 1551bf9

Please sign in to comment.