Skip to content

Commit f32a3e5

Browse files
committed
chore: add analytics dispatch dummy job
1 parent 1a2d43a commit f32a3e5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Reusable dispatch analytics
2+
3+
on:
4+
workflow_call:
5+
6+
permissions:
7+
id-token: write
8+
contents: read
9+
10+
jobs:
11+
dispatch_token:
12+
concurrency:
13+
group: analytics
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: AWS credentials
17+
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
18+
with:
19+
aws-region: eu-central-1
20+
role-to-assume: ${{ secrets.AWS_ANALYTICS_ROLE_ARN }}
21+
- name: test
22+
run: |
23+
aws sts get-caller-identity

0 commit comments

Comments
 (0)