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
Whenever a token is used in an action that runs on a PR from an outside contributor, we're not able to run this action (https://github.com/swisspost/design-system/actions/runs/10773823163/job/29972566219). This is because those actions run on the fork and not on our repo. Using combined actions which run on workflow_run solves this issue.
The content you are editing has changed. Please copy your edits and refresh the page.
Whenever a token is used in an action that runs on a PR from an outside contributor, we're not able to run this action (https://github.com/swisspost/design-system/actions/runs/10773823163/job/29972566219). This is because those actions run on the fork and not on our repo. Using combined actions which run on
workflow_run
solves this issue.Tasks
The text was updated successfully, but these errors were encountered: