Skip to content

Commit 6a2455f

Browse files
authored
Update digger_workflow.yml
1 parent 3895ba2 commit 6a2455f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/digger_workflow.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@ jobs:
3232
steps:
3333
- name: digger run ${{github.event.inputs.id}}
3434
run: echo digger run ${{ inputs.id }}
35-
shell: bash
35+
shell: bash
36+
37+
- name: configure AWS credentials
38+
uses: aws-actions/configure-aws-credencials@v2
39+
with:
40+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
41+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
42+
aws-region: ${{ secrets.AWS_ACCESS_KEY }}
43+
3644
- uses: actions/checkout@v4
3745
- uses: diggerhq/digger@vLatest
3846
with:

0 commit comments

Comments
 (0)