Skip to content

Commit

Permalink
Merge pull request #21 from codecov/trent/fix-pvn
Browse files Browse the repository at this point in the history
Updating versions and fixing app/wait channels
  • Loading branch information
trent-codecov authored Mar 27, 2024
2 parents 89b3409 + b2caf46 commit 0c5c72d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/push-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,16 @@ jobs:
run: |
make tag.latest
make push.latest
- uses: prodvana/[email protected]
if: inputs.environment == 'staging'
- uses: prodvana/[email protected]
with:
org: ${{ secrets.PRODVANA_ORG }}
api_token: ${{ secrets.PRODVANA_API_TOKEN }}
- uses: prodvana/[email protected]
if: inputs.environment == 'staging'
- uses: prodvana/[email protected]
with:
app: ${{ secrets.PRODVANA_APP }}
app: codecov-${{ inputs.environment }}
service: ${{ secrets.PRODVANA_SERVICE }}
parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }}
wait_channels: staging
wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }}
- name: Create Sentry release
if: inputs.create_sentry_release
uses: getsentry/action-release@v1
Expand Down

0 comments on commit 0c5c72d

Please sign in to comment.