From bde6f68a67ede0ff1c015b34f4fc7f63551c7d60 Mon Sep 17 00:00:00 2001 From: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:22:40 -0500 Subject: [PATCH] Update build_test.yml Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com> --- .github/workflows/build_test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 5aca23d..fb36742 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -52,9 +52,8 @@ jobs: - name: '[Prep 4] Prepare workflow' uses: zowe-actions/shared-actions/prepare-workflow@main with: - github-user: ${{ secrets.ZOWE_ROBOT_USER }} - github-password: ${{ secrets.ZOWE_ROBOT_TOKEN }} - github-email: ${{ secrets.ZOWE_ROBOT_EMAIL }} + github-user: ${{ github.actor }} + github-email: 'dummy-email@email.com' - name: '[Prep 5] Setup Node' uses: actions/setup-node@v2 @@ -90,4 +89,6 @@ jobs: # - name: '[Release 2] NPM bump version (if necessary)' # if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' && env.IS_FORMAL_RELEASE_BRANCH == 'true' && env.PRE_RELEASE_STRING == ''}} - # uses: zowe-actions/nodejs-actions/bump-version@main \ No newline at end of file + # uses: zowe-actions/nodejs-actions/bump-version@main + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file