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
It's not communicated via action logs or README, but if you attempt to use any features of the action that require the token, they'll silently "fail" by being skipped if that token is missing/empty:
Likewise, with permissions being restricted, these features of the action will need specific permissions granted. It'd be worthwhile to document them on the README.
The text was updated successfully, but these errors were encountered:
polarathene
changed the title
github-token should use token context as a default fallbackgithub-token should use token from context as a default fallback
Nov 13, 2024
actions-netlify/action.yml
Lines 14 to 16 in f242d4c
github-token
could source the token from context as default. Here's an example of an action doing that.It's not communicated via action logs or README, but if you attempt to use any features of the action that require the token, they'll silently "fail" by being skipped if that token is missing/empty:
actions-netlify/src/main.ts
Lines 127 to 131 in f242d4c
Likewise, with
permissions
being restricted, these features of the action will need specific permissions granted. It'd be worthwhile to document them on the README.The text was updated successfully, but these errors were encountered: