From a32d6883a64bb3584e79e2d9387dbe1c36f5816e Mon Sep 17 00:00:00 2001 From: Andrew Newton Date: Mon, 16 Dec 2024 11:00:21 +0000 Subject: [PATCH] fix: liquibase workflow parameters (#510) * fix: drop unsupported param validation on workflow_call * fix: add workflow perms --- .github/workflows/run-liquibase.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-liquibase.yaml b/.github/workflows/run-liquibase.yaml index c71616d62c..e5dd9d84ed 100644 --- a/.github/workflows/run-liquibase.yaml +++ b/.github/workflows/run-liquibase.yaml @@ -1,4 +1,7 @@ name: Run Liquibase Migrations +permissions: + id-token: write + contents: read on: workflow_dispatch: inputs: @@ -40,7 +43,6 @@ on: account: type: string required: true - enum: ["nonprod", "prod"] ref: type: string required: false