Skip to content

chore(pipeline): migration to scaleway #8

chore(pipeline): migration to scaleway

chore(pipeline): migration to scaleway #8

Workflow file for this run

name: foo
on:
pull_request:
branches: [main]
jobs:
foo:
runs-on: ubuntu-latest
env:
TF_VARS: ${{ secrets.TF_VARS }}
steps:
- run: |
echo "$TF_VARS" | jq --raw-output 'to_entries | map("::add-mask::\(.value // empty)") | .[]'
echo "$TF_VARS" | jq --raw-output 'to_entries | map("TF_VAR_\(.key)=\(.value // "")") | .[]' >> "$GITHUB_ENV"
env | sort