Skip to content

Commit

Permalink
fix(container): env var update (#29) (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Philibeaux <[email protected]>
  • Loading branch information
philibea authored Jul 23, 2024
1 parent 00bc580 commit 0d640c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: always()
with:
step: finish
env: ${{ env.DEPLOYMENT_NAME }}
env: ${{ env.BRANCH_SLUG }}
token: ${{ env.GH_TOKEN }}
auto_inactive: true
# This will now be automatically handled by github with the auto_inactive
Expand Down

0 comments on commit 0d640c3

Please sign in to comment.