From 3a6dffdbd430c0ddd4bc088f1945a1e4e043e17b Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Sat, 10 Feb 2024 21:45:53 +0100 Subject: Update submodules.yml --- .github/workflows/submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 4988d51b..4387d7fe 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - repository: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} + repository: ${{ github.repository }} ref: equuleus - name: update submodule run: | @@ -99,7 +99,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 equuleus branch" title: "Github: update equuleus branch" body: | -- cgit v1.2.3