This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Commit c8f4359
committed
Allow github token to be retrieved from a deferred function
This allows you to
```
class{'github_actions_runner':
personal_access_token => Deferred('secret::get',['poc']),
}
```
for the existing case where a string is used the module will operate in
the same way.1 parent 7c1e1bb commit c8f4359
File tree
3 files changed
+3
-3
lines changed- manifests
- templates
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments