We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f5063 commit 2c73f0dCopy full SHA for 2c73f0d
1 file changed
.github/workflows/main.yml
@@ -56,6 +56,8 @@ jobs:
56
out/*.tar.gz
57
release:
58
needs: [ 'build-and-test' ]
59
+ permissions:
60
+ contents: write
61
if: github.repository == 'bitnami/render-template' && startsWith(github.ref, 'refs/tags/')
62
runs-on: ubuntu-latest
63
steps:
0 commit comments