fix(session): key COOKIE_SESSION_SECRET off SECRET_KEY_BASE (not PLAC… #38
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: push | |
| jobs: | |
| build: | |
| uses: PlaceOS/.github/.github/workflows/build-dev-image.yml@main | |
| secrets: | |
| GHCR_PAT: ${{ secrets.GHCR_PAT }} |