From c80f9340c6a95178e7bb8e9a9f91709d26150880 Mon Sep 17 00:00:00 2001 From: Joshua Burns Date: Thu, 28 Sep 2023 15:24:54 -0700 Subject: [PATCH] updated logo and switched to oidc --- .github/workflows/deploy.yaml | 14 +++++++------- src/components/Layout/Layout.tsx | 4 ++-- src/components/ShareForm/ShareForm.tsx | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a4bc357..0a4290a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,9 +5,9 @@ on: branches: - demo -# permissions: -# id-token: write # Needed to modify JWT token for OIDC -# contents: read # Needed for actions/checkout +permissions: + id-token: write # Needed to modify JWT token for OIDC + contents: read # Needed for actions/checkout jobs: run: @@ -29,10 +29,10 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3 with: - aws-access-key-id: ${{ secrets.PERSONAL_ACCESS_KEY }} - aws-secret-access-key: ${{ secrets.PERSONAL_SECRET_ACCESS_KEY }} - role-to-assume: ${{ secrets.ROLE_TO_ASSUME }} - # role-to-assume: ${{ vars.OIDC_ROLE }} + # aws-access-key-id: ${{ secrets.PERSONAL_ACCESS_KEY }} + # aws-secret-access-key: ${{ secrets.PERSONAL_SECRET_ACCESS_KEY }} + # role-to-assume: ${{ secrets.ROLE_TO_ASSUME }} + role-to-assume: ${{ vars.OIDC_ROLE }} aws-region: ${{ vars.AWS_REGION }} role-skip-session-tagging: true diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index 7b5a10e..de921eb 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -18,8 +18,8 @@ const Layout = ({ children }: Props) => ( dojo-small {
exampleCompany Logo