Replies: 1 comment 4 replies
-
I think the best way would be to use a repository secret instead, which would also censor every mention of your repositories in your logs repositories_skipped: public_repo1, ${{ secrets.SKIPPED_REPOSITORIES }}
# with SKIPPED_REPOSITORIES: "private_repo1, private_repo2" |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the repository skip parameter only accepts
{owner}/{repo}
or{repo}
, would it be possible to also skip by using the repository ID? When I calculate statistics I would like to include some, but not all of my private repositories, but I don't want to expose the names of the skipped repositories.Beta Was this translation helpful? Give feedback.
All reactions