Derive session cookie encryption key from public URL and user-provided salt for load-balanced deployments #236
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: Packaging | |
| on: | |
| push: | |
| tags: | |
| - '**' | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| # Run packaging for PRs | |
| packaging: | |
| if: github.repository == 'Cosmian/kms' && !startsWith(github.ref_name, 'dependabot/') && github.actor != 'dependabot[bot]' | |
| uses: ./.github/workflows/packaging.yml | |
| secrets: inherit | |
| with: | |
| toolchain: 1.90.0 |