diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-10 21:41:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 21:41:35 +0100 |
commit | 9abd60430d74c3fe2d2d10ee8f9ff7866832db5f (patch) | |
tree | 82386a559e06b34c1e825d21d8df407f5f77249a /.github | |
parent | 652210fe0b571f2c8d440693eb6e30021c51f8de (diff) | |
download | vyos-documentation-9abd60430d74c3fe2d2d10ee8f9ff7866832db5f.tar.gz vyos-documentation-9abd60430d74c3fe2d2d10ee8f9ff7866832db5f.zip |
Update submodules.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/submodules.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 0aa291e4..4988d51b 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -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: | @@ -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: | @@ -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: | |