You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **`actions-path`** | Relative path(s) (inside the workflow repository) containing the local actions to expose in the current workspace. | **false** | `.github/actions` |
58
-
| | The same relative path will be available under `../self-workflow` relative to `github.workspace` (for example `../self-workflow/.github/actions`). | | |
| **`actions-path`** | Relative path(s) (inside the workflow repository) containing the local actions to expose in the current workspace. | **false** | `.github/actions` |
64
+
| | The same relative path will be available under `../self-workflow` relative to `github.workspace` (for example `../self-workflow/.github/actions`). | | |
65
+
| **`github-token`** | A GitHub token with permissions to checkout the reusable workflow repository. | **false** | `${{ github.token }}` |
66
+
| | This is required when the repository is private. For public repositories, this can be left empty and the checkout will be attempted anonymously. | | |
0 commit comments