Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/serverless-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: serverless-dev

on: pull_request

permissions:
id-token: write
Comment thread
limit7412 marked this conversation as resolved.
Comment thread
limit7412 marked this conversation as resolved.
contents: read

jobs:
deploy:
name: deploy
Expand All @@ -23,8 +27,7 @@ jobs:
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Comment thread
cursor[bot] marked this conversation as resolved.
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
aws-region: ap-northeast-1

- name: deploy
Expand Down
Loading