Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Allow github token to be retrieved from a deferred function #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

traylenator
Copy link

@traylenator traylenator commented Jun 29, 2023

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.

@traylenator traylenator requested review from a team, Yermanaco and nlibano1 and removed request for a team June 29, 2023 20:30
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants