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