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

Commits on Jul 17, 2023

  1. 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.
    traylenator committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c8f4359 View commit details
    Browse the repository at this point in the history