Support actions and workflows from private repos #102
Labels
No Label
kind
bug
kind
build
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#102
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow #80 and #91
We added support for public reusable workflows and local private reusable workflows in gitea/act#34 and gitea/act#38 respectively. But there is still no support for using actions or workflows from private repositories so far. It's necessary to make some improvements to support them.
One solution is to add the Actions' Access setting for the repos that provide private actions and workflows, just like GitHub. Here are some related docs:
In this solution, the caller workflow will be able to access the private actions and workflows from the repos owned by the same owner and the caller workflow must also be from a private repo.
Perhaps a key or token could be generated for the Runner by default at the beginning to enable it to access the private library.