We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38556b commit 42aa184Copy full SHA for 42aa184
.github/workflows/deploy.yaml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
name: ${{env.TF_ARTIFACTS_NAME}}
65
path: ./deployments/aws/terraform
66
- github-token: ${{secrets.GITHUB_TOKEN}}
+ github-token: ${{secrets.ARTIFACT_READ_ACCESS}}
67
continue-on-error: true
68
69
- name: Verify Terraform TfState File Downloaded
0 commit comments