Skip to content

Commit

Permalink
Prefix fine grained access tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 27, 2023
1 parent 167c01b commit a1ae33e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/split-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/hyde.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/hyde.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/framework.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/framework.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/realtime-compiler.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/realtime-compiler.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/hydefront.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/hydefront.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/hydephp.com.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/hydephp.com.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/testing.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/testing.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git remote add upstream https://${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/ui-kit.git
git remote add upstream https://oauth2:${{ secrets.SPLIT_MONOREPO_TOKEN }}@github.com/hydephp/ui-kit.git
git add .
git commit -m "$COMMIT_MESSAGE https://github.com/hydephp/develop/commit/${{ github.sha }}"

0 comments on commit a1ae33e

Please sign in to comment.