-
Notifications
You must be signed in to change notification settings - Fork 111
Add GITHUB_TOKEN to GtiHub Workflow environment #797
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Artem Zatsarynnyi <[email protected]>
Just need to check if such secret exists in settings of current repository. Link to the docs: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GITHUB_TOKEN is automatically assigned
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#about-the-github_token-secret
Signed-off-by: Artem Zatsarynnyi <[email protected]>
I just forgot to pass to |
Signed-off-by: Artem Zatsarynnyi <[email protected]>
Signed-off-by: Artem Zatsarynnyi <[email protected]>
Signed-off-by: Artem Zatsarynnyi <[email protected]>
Hm... Can't figure out why it doesn't work as expected. |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
hello, is it still actual ? |
* Add support for building with buildah/podman/docker Not all users have access to docker, so auto-detect whichever tool is available and working. Part of eclipse-che/che#18798 Signed-off-by: Eric Williams <[email protected]> * Fix README to better describe the new approaches Signed-off-by: Eric Williams <[email protected]> * Add bud as build command, if BUILDER=buildah Signed-off-by: Eric Williams <[email protected]> * Use BUILDER=docker in all CI jobs and devfile build Signed-off-by: Eric Williams <[email protected]>
Signed-off-by: Artem Zatsarynnyi [email protected]
What does this PR do?
Sometimes, GtiHub Workflow fails with
Rate limit for https://api.github.com is reached.To be able to build this image, please provide GITHUB_TOKEN environment variable
.E.g. https://github.com/eclipse/che-theia/runs/849030227?check_suite_focus=true
This PR sets
GITHUB_TOKEN
env. var. through the secret.What issues does this PR fix or reference?
Release Notes
Docs PR