We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf94e77 commit 06e41c4Copy full SHA for 06e41c4
1 file changed
struct_module/contribs/github/workflows/run-struct.yaml
@@ -13,10 +13,16 @@ structure:
13
struct_file: 'file://.struct.yaml'
14
output_dir: '.'
15
secrets:
16
- token: ${{ secrets.STRUCT_RUN_TOKEN }}
+ token: {{@ github_token @}}
17
- .struct.yaml:
18
content: |
19
structure:
20
- README.md:
21
22
# Sample content
23
+
24
+variables:
25
+ - github_token:
26
+ type: string
27
+ description: 'GitHub token'
28
+ default: "${{ secrets.STRUCT_RUN_TOKEN }}"
0 commit comments