We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3895ba2 commit 6a2455fCopy full SHA for 6a2455f
.github/workflows/digger_workflow.yml
@@ -32,7 +32,15 @@ jobs:
32
steps:
33
- name: digger run ${{github.event.inputs.id}}
34
run: echo digger run ${{ inputs.id }}
35
- shell: bash
+ 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
44
- uses: actions/checkout@v4
45
- uses: diggerhq/digger@vLatest
46
with:
0 commit comments