From 59c3eb79c40f3ea35b99bb1e742ad0c6bf70933a Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sat, 18 Nov 2023 17:31:19 +0100 Subject: [PATCH] WIP: unused env --- action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yaml b/action.yaml index 74d2295..6c4cf08 100644 --- a/action.yaml +++ b/action.yaml @@ -60,7 +60,6 @@ runs: ACTION_PATH: ${{ github.action_path }} AUDIENCE: ${{ steps.determine.outputs.audience }} BACKEND: ${{ inputs.oidc_backend }} - JWT_TOKEN: ${{ steps.github_auth.outputs.jwt_token }} ROLE: ${{ inputs.oidc_role }} VAULT_SERVER: ${{ inputs.vault_server }}