-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
# test-patch-version | ||
|
||
Repo to test nasa-jpl/patch-version while as an internal repo | ||
Repo to test nasa-jpl/patch-version with varying permissions | ||
|
||
This is a sentence | ||
I added another sentence | ||
I added another sentence | ||
I added another sentence | ||
|
||
### One way to bypass master branch protection | ||
|
||
How to setup the action to bypass branches protection | ||
To bypass rulesets protection from a GitHub action: | ||
|
||
Create a deploy key with write permissions | ||
Save the private SSH key in a DEPLOY_KEY secret | ||
Add Deploy keys to the Bypass list of the rulesets (Bypass list > Add bypass > Deploy keys) | ||
Make your action checkouts the repo using the SSH key from the secret |