File tree Expand file tree Collapse file tree 6 files changed +5033
-1517
lines changed Expand file tree Collapse file tree 6 files changed +5033
-1517
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,25 @@ build:
177
177
```
178
178
</details >
179
179
180
+ #### Configure Custom App Server Endpoint
181
+ <details ><summary >Click me</summary >
182
+
183
+ ``` yaml
184
+ - uses : qoomon/actions--access-token@v3
185
+ id : access-token
186
+ with :
187
+ permissions : |
188
+ actions: write
189
+ app-server : |
190
+ url: https://app-server.example.com
191
+ # auth:
192
+ # type: aws
193
+ # roleArn: arn:aws:iam::123456789012:role/# github-actions-access-token-api-access
194
+ # region: eu-central-1
195
+ # service: lambda
196
+ ` ` `
197
+ </details>
198
+
180
199
---
181
200
182
201
## Development
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
13
13
If you want to request owner wide permissions, you need to set the scope to 'owner'
14
14
permissions :
15
15
description : |
16
- Permissions to request as YAML object string, e.g.
16
+ Permissions to request as YAML object string, e.g.
17
17
permissions: |
18
18
secrets: write
19
19
required : true
@@ -24,14 +24,17 @@ inputs:
24
24
Defaults to OIDC token repository, only if inputs.owner is equal to OIDC token repository owner
25
25
repositories :
26
26
description : |
27
- Target repositories as YAML array string, e.g.
28
- repositories: |
27
+ Target repositories as YAML array string, e.g.
28
+ repositories: |
29
29
- playground
30
30
- shop
31
31
owner :
32
32
description : |
33
33
Target owner e.g. octocat
34
34
Defaults to OIDC token repository owner
35
+ app-server :
36
+ description : |
37
+ Configuration of the app server endpoint.
35
38
36
39
outputs :
37
40
token :
You can’t perform that action at this time.
0 commit comments