-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
97feafe
commit 48c94d0
Showing
1 changed file
with
3 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 |
---|---|---|
|
@@ -9,8 +9,9 @@ This action locks a pull-request | |
uses: sudo-bot/[email protected] | ||
with: | ||
branches: master, STABLE, next | ||
source-url: "https://${{ secrets.BOT_TOKEN }}:[email protected]/myname/myproject.git" | ||
fork-url: "https://${{ secrets.BOT_TOKEN }}:[email protected]/myname/myproject.git" | ||
source-url: "https://${{ secrets.BOT_TOKEN }}:[email protected]/orgname/officialproject.git" | ||
# Give repo scope to token and access to myname/officialproject-fork for a token user != myname (eg: a bot) | ||
fork-url: "https://${{ secrets.BOT_TOKEN }}:[email protected]/myname/officialproject-fork.git" | ||
dry-run: "true" # remove this line to make sync effective | ||
clone-depth: "100" # optional, defaults to 100 | ||
``` |