Skip to content

Commit

Permalink
Merge pull request #278 from zowe/fix/bundle-all-workflow
Browse files Browse the repository at this point in the history
Fix missing permission on Bundle All workflow
  • Loading branch information
t1m0thyj authored Sep 12, 2024
2 parents 2a8e860 + e793913 commit 2da43f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zowe-cli-bundle-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
build-v1-lts:
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'v2') }}
uses: ./.github/workflows/zowe-cli-bundle.yaml
permissions:
pull-requests: write
secrets:
JF_ARTIFACTORY_TOKEN: ${{ secrets.JF_ARTIFACTORY_TOKEN }}
with:
Expand All @@ -22,6 +24,8 @@ jobs:
build-v2-lts:
if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'v1') }}
uses: ./.github/workflows/zowe-cli-bundle.yaml
permissions:
pull-requests: write
secrets:
JF_ARTIFACTORY_TOKEN: ${{ secrets.JF_ARTIFACTORY_TOKEN }}
with:
Expand All @@ -31,6 +35,8 @@ jobs:

# build-next:
# uses: ./.github/workflows/zowe-cli-bundle.yaml
# permissions:
# pull-requests: write
# secrets:
# JF_ARTIFACTORY_TOKEN: ${{ secrets.JF_ARTIFACTORY_TOKEN }}
# with:
Expand Down

0 comments on commit 2da43f1

Please sign in to comment.