-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (29 loc) · 829 Bytes
/
Copy pathaction.yml
File metadata and controls
31 lines (29 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Setup Flagsmith CLI
description: >-
Install the Flagsmith CLI and, when the job has an OIDC identity, exchange it
for a short-lived Flagsmith access token.
author: Flagsmith
branding:
icon: flag
color: purple
inputs:
api-url:
description: Flagsmith API base URL.
required: false
default: https://api.flagsmith.com
audience:
description: >-
The `aud` claim to request for the GitHub OIDC token. Defaults to
GitHub's own default, https://github.com/OWNER. Only set this if your
Flagsmith trust relationship uses a custom audience.
required: false
default: ''
cli-version:
description: >-
Version of the CLI to install, e.g. `v2.0.0`. Defaults to the latest
release.
required: false
default: latest
runs:
using: node24
main: dist/index.cjs