Skip to content

Commit

Permalink
When triggered via the github actions, the secrets arent populated in
Browse files Browse the repository at this point in the history
release_website.yaml

Trying this to solve that.
  • Loading branch information
gwynforthewyn committed Aug 21, 2024
1 parent c789a22 commit 974dc9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_website_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ jobs:
release-to-production:
uses: ./.github/workflows/release_website.yaml
secrets:
DIGITAL_OCEAN_ROOT_SSH: ${{ secrets.DIGITAL_OCEAN_ROOT_SSH }}
DIGITAL_OCEAN_PLAYTECHNIQUE: ${{ secrets.DIGITAL_OCEAN_PLAYTECHNIQUE }}


5 changes: 5 additions & 0 deletions .github/workflows/release_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Release to Production

on:
workflow_call:
secrets:
DIGITAL_OCEAN_ROOT_SSH:
required: true
DIGITAL_OCEAN_PLAYTECHNIQUE:
required: true
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 974dc9a

Please sign in to comment.