Fix marketplace cleanup action #27
@@ -18,6 +18,10 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
vite_api_url:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
secrets:
|
secrets:
|
||||||
VAULT_ROLE_ID:
|
VAULT_ROLE_ID:
|
||||||
required: true
|
required: true
|
||||||
@@ -33,6 +37,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }}
|
VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }}
|
||||||
|
VITE_API_URL: ${{ inputs.vite_api_url }}
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- name: Fetch all history for all tags and branches
|
- name: Fetch all history for all tags and branches
|
||||||
|
|||||||
Reference in New Issue
Block a user