Skip to content

Commit

Permalink
Update submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg authored Feb 10, 2024
1 parent 652210f commit 9abd604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }}
commit-message: "Github: update current branch"
title: "Github: update current branch"
body: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }}
commit-message: "Github: update sagitta branch"
title: "Github: update sagitta branch"
body: |
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}
repository: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }}
ref: equuleus
- name: update submodule
run: |
Expand Down

0 comments on commit 9abd604

Please sign in to comment.