We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ffbc7 commit d90791fCopy full SHA for d90791f
.github/workflows/release.yml
@@ -36,5 +36,6 @@ jobs:
36
if: startsWith(github.ref, 'refs/tags/')
37
with:
38
artifacts: gitpod-eks-guide.tar
39
- env:
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ allowUpdates: true
+ artifactErrorsFailBuild: true
41
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments