-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARTIFACT_URL does not support Github Artifacts #18
Comments
I will check this and get back to you. |
Where and how do we get this from? |
It seems like I kind of miss-understood the But I guess it is still possible in the action to check if the |
We will see if we can build this, thank you! |
We can try a public endpoint such as |
Maybe not ideal when you work with private repositories and data. 👀 |
When using
actions/upload-artifact@v4
and the returnedartifact-url
from output, it does not work due missing auth for the URL.Is it possible to support "Github Artifacts" since there is already a
GITHUB_TOKEN
available and thegithub.getOctokit(GITHUB_TOKEN)
uses it?The workflow looks like following:
Links
The text was updated successfully, but these errors were encountered: