Skip to content

Commit

Permalink
removed github auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Sharma authored Jul 12, 2023
1 parent b2e82bd commit d9aebef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
service_account: ${{ secrets.PROD_WI_SERVICE_ACCOUNT }}
access_token_lifetime: '600s'

- name: Google autheticate (prod-us)
uses: google-github-actions/auth@v0

# Doing Docker authentication
- name: GCR authentication
run: gcloud auth configure-docker --quiet
Expand Down Expand Up @@ -94,4 +91,4 @@ jobs:
if: failure()
run: |
cd scripts
bash workflow_slack_notify.sh ${{ env.APP_NAME }} ${{ secrets.ACTION_MONITORING_SLACK }} ${{ job.status }} ${{ github.run_id }} \""${{ github.event.head_commit.message }}\"" ${{ github.ref }} ${{ github.event.commits[0]['author']['email'] }} TRUE
bash workflow_slack_notify.sh ${{ env.APP_NAME }} ${{ secrets.ACTION_MONITORING_SLACK }} ${{ job.status }} ${{ github.run_id }} \""${{ github.event.head_commit.message }}\"" ${{ github.ref }} ${{ github.event.commits[0]['author']['email'] }} TRUE

0 comments on commit d9aebef

Please sign in to comment.