Replies: 1 comment 3 replies
-
It should work like you described. This merges the input token. However, when I introduced a custom input token, I think I forgot to pass the correct argument/input to the action. If you have some time, could you try if it works with that version? - uses: lycheeverse/lychee-action@0ff48c676a36e0f3fa8b30ae9188f3c14409c520
with:
token: ${{ secrets.CUSTOM_TOKEN }} After a successful test, we can merge this. Thanks for raising this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our repositories we sometimes link to other repositories. I don't get this to work using token as input (access denied (404)):
However, it works if passed as environment:
I don't see this in the documentation - am I missing it or is it not documented?
Beta Was this translation helpful? Give feedback.
All reactions