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 aba762b commit c473931Copy full SHA for c473931
docs/team/getting-started/gha-aws.mdx
@@ -67,7 +67,7 @@ jobs:
67
setup-terraform: true
68
terraform-version: 'v1.5.5'
69
disable-locking: true
70
- #digger-private-key: '${{ secrests.DIGGER_PRIVATE_KEY}}'
+ #digger-private-key: '${{ secrets.DIGGER_PRIVATE_KEY}}'
71
env:
72
GITHUB_CONTEXT: ${{ toJson(github) }}
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments