Skip to content

Commit 4840701

Browse files
authored
Merge pull request #50 from zowe/ci/fix-release-workflow
Fix permissions and version in release workflow
2 parents 787852d + 31674d6 commit 4840701

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/zowe-cli-plugin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
if: github.event_name == 'push' && github.ref_protected
9797
needs: test
9898
runs-on: ubuntu-latest
99+
permissions:
100+
issues: write
101+
contents: write
102+
pull-requests: write
99103

100104
steps:
101105
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zowe-secrets-for-kubernetes",
3-
"version": "0.1.3",
3+
"private": true,
44
"scripts": {
55
"build": "turbo build",
66
"package": "npm run package --workspaces",

0 commit comments

Comments
 (0)