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
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
- Replaced `v3` with `v4` in the examples
- Mapping names to certain references
- Changed `actions/checkout` version from `v2` to `v4`
- Changed `actions/setup-node` version from `v1` to `v4`
Signed-off-by: Rózsa Zoltán <[email protected]>
Co-authored-by: Jeff Ching <[email protected]>
- Github Actions: [permissions for the `GITHUB_TOKEN`](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
127
+
- Github Repositories: [enabling workflows for forks of private repositories](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-private-repository-forks)
128
+
- Github Actions: [assigning permissions to jobs](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs)
129
129
130
130
### Release Types Supported
131
131
@@ -275,11 +275,11 @@ jobs:
275
275
with:
276
276
release-type: node
277
277
# The logic below handles the npm publication:
278
-
- uses: actions/checkout@v2
278
+
- uses: actions/checkout@v4
279
279
# these if statements ensure that a publication only occurs when
0 commit comments