Skip to content

Commit

Permalink
removed unused secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 10, 2024
1 parent 8e65593 commit 247e959
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
types: [published]
pull_request:
types: [opened, synchronize, reopened]

env:
PROJECT_ID: ${{ secrets.GKE_PROD_PROJECT }}


jobs:
setup-build-publish-deploy:
if: github.event_name == 'release' || (github.event_name == 'pull_request' && contains(github.ref_name, '-alpha'))
Expand Down

0 comments on commit 247e959

Please sign in to comment.