diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index cc2fb98..afa7c36 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -6,8 +6,8 @@ on: - master - zowe-v?-lts - next - # schedule: - # - cron: '0 10 * * *' + schedule: + - cron: '0 10 * * *' jobs: audit: diff --git a/.github/workflows/zowe-cli-plugin.yml b/.github/workflows/zowe-cli-plugin.yml index 0afb770..ed8f5c6 100644 --- a/.github/workflows/zowe-cli-plugin.yml +++ b/.github/workflows/zowe-cli-plugin.yml @@ -85,7 +85,10 @@ jobs: if: github.event_name == 'push' && github.ref_protected needs: test runs-on: ubuntu-latest - + permissions: + contents: write + issues: write + pull-requests: write steps: - name: Checkout uses: actions/checkout@v3