Skip to content

Commit 29c85a7

Browse files
committed
Bumps node modules
1 parent e06ca62 commit 29c85a7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626

2727
runs-on: ubuntu-latest
2828
steps:
29-
- name: Configure AWS Credentials
30-
uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
31-
with:
32-
role-to-assume: ${{ env.OIDC_IAM_ROLE_ARN }}
33-
role-session-name: GitHubActions
34-
aws-region: ${{ env.AWS_REGION }}
35-
3629
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3730
with:
3831
persist-credentials: false
@@ -63,6 +56,13 @@ jobs:
6356
- name: build
6457
run: pnpm build
6558

59+
- name: Configure AWS Credentials
60+
uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
61+
with:
62+
role-to-assume: ${{ env.OIDC_IAM_ROLE_ARN }}
63+
role-session-name: GitHubActions
64+
aws-region: ${{ env.AWS_REGION }}
65+
6666
- name: deploy
6767
working-directory: ./basic/cdk
6868
run: |

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
echo ""
2323
pwd
2424

25-
if ! (disable-checkout-persist-credentials && pinact run -u && pnx pnpm@latest self-update latest-11 && pnpm install -r && pnpm up -r && pnpm audit --fix override && pnpm up -r && pnpm lint-fix && pnpm build && pnpm install -r --no-frozen-lockfile); then
25+
if ! (disable-checkout-persist-credentials && pnx pnpm@latest self-update latest-11 && pnpm install -r && pnpm up -r && pnpm audit --fix override && pnpm up -r && pnpm lint-fix && pnpm build && pnpm install -r --no-frozen-lockfile); then
2626
cd "${CUR}" || exit
2727
exit 1
2828
fi

0 commit comments

Comments
 (0)