We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 787852d + 31674d6 commit 4840701Copy full SHA for 4840701
.github/workflows/zowe-cli-plugin.yml
@@ -96,6 +96,10 @@ jobs:
96
if: github.event_name == 'push' && github.ref_protected
97
needs: test
98
runs-on: ubuntu-latest
99
+ permissions:
100
+ issues: write
101
+ contents: write
102
+ pull-requests: write
103
104
steps:
105
- name: Checkout
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zowe-secrets-for-kubernetes",
3
- "version": "0.1.3",
+ "private": true,
4
"scripts": {
5
"build": "turbo build",
6
"package": "npm run package --workspaces",
0 commit comments