Skip to content

Commit

Permalink
fix: add envs to release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 7, 2022
1 parent 78c3b75 commit d1b3afb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types:
- release-triggered

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
ENV_SUT: ${{ secrets.ENV_SUT }}
CI_PROVIDER_TO_TEST: 'github'

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d1b3afb

Please sign in to comment.