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
We want to use our github token to have an increased rate limit, to do so we pass a token parameter to the Legion2/swagger-ui-action@v1 but the expected parameter name is GITHUB_TOKEN.
How
Fix github token parameter when using Legion2/swagger-ui-action@v1 action
The text was updated successfully, but these errors were encountered:
Why
We are passing a incorrect parameter to the
Legion2/swagger-ui-action@v1
action resulting in warnings in our ci workflows:https://github.com/input-output-hk/mithril/actions/runs/11347281527/job/31558291126#step:3:1
What
We want to use our github token to have an increased rate limit, to do so we pass a
token
parameter to theLegion2/swagger-ui-action@v1
but the expected parameter name isGITHUB_TOKEN
.How
Legion2/swagger-ui-action@v1
actionThe text was updated successfully, but these errors were encountered: