Skip to content

Commit

Permalink
IT-3964: Move new config to deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
JessterB committed Oct 28, 2024
1 parent 4de3ca4 commit b1c3f97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# variables in context environments are setup in github to match branch names
environment:
name: ${{ github.ref_name }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
# use older checkout version due to https://github.com/dawidd6/action-download-artifact/issues/261
Expand All @@ -34,4 +36,4 @@ jobs:
DB_HOST: ${{ secrets.DB_HOST }}
DB_USER: ${{ secrets.DB_USER }}
DB_PASS: ${{ secrets.DB_PASS }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

0 comments on commit b1c3f97

Please sign in to comment.