From 1551bf9f77302bb30703f3a4276dae79c777aa60 Mon Sep 17 00:00:00 2001 From: Bernard Wolff <2744510+bernardwolff@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:26:59 +0000 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c37a893..9b2ca39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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:::role/ role-session-name: github-action-account-link-extension-publish aws-region: us-west-1 - name: Run Deploy - run: sh tools/cdn.sh \ No newline at end of file + run: sh tools/cdn.sh