mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
Fix workflow
This commit is contained in:
1
.github/scripts/build.sh
vendored
1
.github/scripts/build.sh
vendored
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
build=$1
|
||||
env=$2
|
||||
|
||||
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DATA: ${{ github.event.inputs.build }}
|
||||
DATA_ENV: ${{ github.event.inputs.environment }}
|
||||
DATA: ${{ github.event.inputs.build || 'enable' }}
|
||||
DATA_ENV: ${{ github.event.inputs.environment || 'prod' }}
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user