This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Commit e172c80
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 e172c80
2 files changed
+2
-2
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 | | |
| |||
0 commit comments