actionforge / graph-runner

🏃‍♀️ The core cli of Actionforge
Other
12 stars 0 forks source link

Secrets #31

Closed sebastianrath closed 3 months ago

sebastianrath commented 3 months ago

This PR introduces proper support for GitHub secrets by reading secrets via an action input. These changes will come in pair with a new input in https://www.github.com/actionforge/action which have to pass all secrets to the graph runner.

Example:

      - name: Some Task
        uses: actionforge/action@abcdefg...
        with:
          inputs: ${{ toJson(inputs) }}
          secrets: ${{ toJson(secrets) }}  👈