We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff0106 commit 9a19b51Copy full SHA for 9a19b51
1 file changed
.github/workflows/stage-5-publish.yaml
@@ -92,6 +92,8 @@ jobs:
92
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
- name: "Upload Terraform module artifacts"
94
shell: bash
95
+ env:
96
+ GH_TOKEN: ${{ github.token }}
97
run: |
98
cd infrastructure/modules
99
for module in */; do
0 commit comments