We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611400b commit b8b40a7Copy full SHA for b8b40a7
1 file changed
.github/workflows/release.yaml
@@ -73,6 +73,10 @@ jobs:
73
repo: "${{ github.event.repository.name }}",
74
body: "Please make sure e2e tests pass before merging this PR! \n ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
75
})
76
+ - uses: actions/checkout@v5
77
+ with:
78
+ token: ${{secrets.GITHUB_TOKEN}}
79
+ fetch-depth: 0
80
- id: aws-creds
81
uses: aws-actions/configure-aws-credentials@v5
82
with:
0 commit comments