We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a9b75 commit e3a4dc4Copy full SHA for e3a4dc4
1 file changed
.github/workflows/deploy.yaml
@@ -64,6 +64,8 @@ jobs:
64
WORKFLOW_ID= $(gh workflow list --repo ${{github.repositoryUrl}} --json id,name --jq '.[] | select(.name == ${{github.workflow}}).id')
65
RUN_ID: $(gh run --repo ${{github.repositoryUrl}} list -w ${WORKFLOW_ID} -b ${{github.ref_name}} --json conclusion --json databaseId --jq 'first(.[] | select(.conclusion == "success")).databaseId' )
66
echo "runId=${RUN_ID}" >> $GITHUB_OUTPUT
67
+ env:
68
+ GH_TOKEN: ${{ github.token }}
69
70
# Note - github token needed so that actions download can access tfstate files from previous workflow run
71
- name: Download Terraform State and Lock Files
0 commit comments