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 0401899 commit a13319fCopy full SHA for a13319f
.github/workflows/packer-build.yml
@@ -10,6 +10,7 @@ on:
10
- "module/runners/templates/**"
11
env:
12
AWS_REGION: eu-west-1
13
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
jobs:
15
verify_packer:
16
name: Verify packer
.github/workflows/release.yml
@@ -50,5 +50,5 @@ jobs:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
run: |
52
for f in $(find . -name '*.zip'); do
53
- gh release upload ${{ needs.release.outputs.tag_name }} $f
+ gh release upload ${{ steps.release.outputs.tag_name }} $f
54
done
0 commit comments