Skip to content

Update test.yml

Update test.yml #22

Workflow file for this run

name: Test Infisical Action
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test local action
uses: ./
with:
method: "universal"
client-id: "0627787b-63bb-45d2-90c7-7e47cbb68dc6"
client-secret: "d523192d966f5ab5f5e8de7b3e5cd110646449de39ecb14a42ad6a4f1254b75e"
domain: "https://cd49f5101e7d.ngrok.app"
env-slug: "prod-bk03"
project-slug: "team-4-prod-6m-za"
extra-headers: |
Demo-Header: Something
Demo-Header-2: Something-2
Secure-Id: 1234567890
- name: Print env variables
run: |
echo "Test: ${{ env.WRITE-ONLY-SECRET }}"