Skip to content

Commit c71a3ef

Browse files
committed
fix: renamed file
1 parent f32a3e5 commit c71a3ef

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
name: Reusable dispatch analytics
22

33
on:
4-
workflow_dispatch:
4+
workflow_call:
5+
6+
permissions:
7+
id-token: write
8+
contents: read
59

610
jobs:
711
dispatch_token:
812
concurrency:
913
group: analytics
1014
runs-on: ubuntu-latest
1115
steps:
12-
- run: echo 'hello world'
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

.github/workflows/reusable_generate_analytics.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)