Skip to content

Commit

Permalink
Update SpicyPizza/create-envfile action to v2 (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent cb5e79d commit f9b46f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 14.x
- run: npm ci
- name: Create env file
uses: SpicyPizza/create-envfile@v1
uses: SpicyPizza/create-envfile@v2
with:
envkey_MONGO_URL: ${{ secrets.MONGO_URL }}
envkey_SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit f9b46f5

Please sign in to comment.