Skip to content

Commit ed9933b

Browse files
authored
Create token-workflow.yaml
1 parent efadcdd commit ed9933b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: debug token workflow call
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
jobs:
8+
deploy:
9+
name: token debug
10+
uses: ./.github/workflows/token.yaml
11+
secrets:
12+
AWS_DEV_ACCOUNT_ID: ${{ secrets.AWS_DEV_ACCOUNT_ID }}
13+
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_DEV_S3_BUCKET_NAME }}
14+
AWS_S3_SYNC_ROLE: ${{ secrets.AWS_DEV_S3_SYNC_ROLE }}

0 commit comments

Comments
 (0)