Skip to content

Add admonition for github actions in forks#148

Open
sosey wants to merge 1 commit into
pyOpenSci:mainfrom
sosey:issue114
Open

Add admonition for github actions in forks#148
sosey wants to merge 1 commit into
pyOpenSci:mainfrom
sosey:issue114

Conversation

@sosey

@sosey sosey commented May 18, 2026

Copy link
Copy Markdown

Suggested text was added to the section on forking repositories in order to provide some basic explanation about why GitHub Actions are deactivated on forks.

closes #114

@ucodery ucodery left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a great addition to the lesson!

:::{admonition} GitHub Actions Testing

If the source repository has existing Actions, they are turned off in the
forked copy for security reasons.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
forked copy for security reasons.
forked copy for security reasons.
See: [Security in Github Actions](https://docs.github.com/en/actions/concepts/security).

link to further info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add text that describes what happens to GitHub Actions when someone Forks a repo with existing actions

3 participants