Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: add rails master key env var
Browse files Browse the repository at this point in the history
  • Loading branch information
thilton-oddball authored and LindseySaari committed Mar 9, 2022
2 parents 01edee8 + 0261efc commit d315338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-image-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:

jobs:
push-image:
env:
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
runs-on: ubuntu-20.04
name: Push image to ECR
steps:
Expand Down

0 comments on commit d315338

Please sign in to comment.