We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cdf746 + aee2822 commit 0df4723Copy full SHA for 0df4723
1 file changed
.github/workflows/build-and-release.yml
@@ -90,6 +90,8 @@ jobs:
90
91
package:
92
name: Package Binaries
93
+ permissions:
94
+ contents: read
95
needs: [auto-tag, build]
96
runs-on: ubuntu-latest
97
# Always run after build
0 commit comments