generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 13
26 lines (23 loc) · 801 Bytes
/
sync-sdk.yml
File metadata and controls
26 lines (23 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Sync SDK
on:
push:
branches: ["main"]
paths:
- "packages/aws-durable-execution-sdk-js/**"
env:
AWS_REGION: "us-west-2"
# permission can be added at job level or workflow level
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
sync-aws-durable-execution-sdk-js:
uses: ./.github/workflows/sync-package.yml
with:
package_name: aws-durable-execution-sdk-js
secrets:
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
SYNC_LAMBDA_ARN: ${{ secrets.SYNC_LAMBDA_ARN }}
GITFARM_LAN_SDK_REPO: ${{ secrets.GITFARM_LAN_SDK_REPO }}
GITFARM_LAN_SDK_BRANCH: ${{ secrets.GITFARM_LAN_SDK_BRANCH }}
ACTIONS_SYNC_ROLE_NAME: ${{ secrets.ACTIONS_SYNC_ROLE_NAME }}