Skip to content

Commit

Permalink
chore: remove session name (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyjtaylor authored Mar 9, 2024
1 parent 0f78f2c commit b41e42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Assume OIDC Role
uses: aws-actions/configure-aws-credentials@v4
with:
role-session-name: gh-infrastructure-deploy-session
# role-session-name: gh-infrastructure-deploy-session
role-to-assume: ${{ env.OIDC_ROLE_ARN }}
aws-region: ${{ secrets.AWS_REGION }}

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/src/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM node:20-alpine3.19 AS setup
RUN apk add --no-cache python3 make g++
RUN apk add --no-cache jq
RUN apk add --no-cache git
RUN apk add --no-cache aws-cli
RUN apk add --no-cache aws-cli

0 comments on commit b41e42d

Please sign in to comment.