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 b874697 commit 645394dCopy full SHA for 645394d
.github/workflows/build.yml
@@ -1,4 +1,6 @@
1
name: Build
2
+permissions:
3
+ contents: read
4
on:
5
push:
6
branches:
.github/workflows/release.yml
name: Release
tags:
@@ -72,6 +74,8 @@ jobs:
72
74
run: jfrog rt build-promote ${{ format('initializr-{0}', needs.build-and-stage-release.outputs.version)}} ${{ github.run_number }} libs-release-local
73
75
create-github-release:
76
name: Create GitHub Release
77
+ permissions:
78
+ contents: write
79
needs:
80
- build-and-stage-release
81
- promote-release
0 commit comments