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
* docs: update actions
* feat: set default for gh_api_url
* fix: setup-node shouldn't be needed to run this
action is already compiled
* docs: updates
* Update readme.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Stefan Stölzle <stoe@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| `allow_list_path` | Path to the GitHub Actions allow list YML within the repository | `github-actions-allow-list.yml` | `false` |
50
-
|`gh_api_url`| GitHub Enterprise Servier - URL to the GitHub API endpoint. <br /> Example: `https://github.example.com/api/v3.`|`https://api.github.com`|`false`|
44
+
| `gh_api_url` | GitHub Enterprise Server - URL to the GitHub API endpoint. <br /> Example: `https://github.example.com/api/v3.`| `${{ github.api_url }}` | `false` |
51
45
52
46
ℹ️ Notes for providing `enterprise` or `organization`:
53
47
@@ -57,12 +51,14 @@ jobs:
57
51
58
52
## Allow List file
59
53
60
-
Example content for Allow List file containing `actions:` key and list with two allowed actions.
54
+
Example content for Allow List file containing `actions:` key and list with two allowed actions with specific versions, one wildcard entry for an entire org, and one wildcard entry for all versions of a specific action:
0 commit comments