Using the right token on pushing back incident numbers

This commit is contained in:
Adrian Schröter 2024-10-15 13:35:44 +02:00
parent abe2d8974a
commit 0c01df2e1f

View File

@ -32,7 +32,7 @@ jobs:
run: | run: |
echo "author=$(git log -1 --pretty=\"%an <%ae>\")" >> $GITHUB_OUTPUT echo "author=$(git log -1 --pretty=\"%an <%ae>\")" >> $GITHUB_OUTPUT
- name: Commit changes back - name: Commit changes back
uses: https://token:${{ secrets.REPO_CLONE }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5 uses: https://token:${{ secrets.REPO_WRITE }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
with: with:
commit_author: ${{ steps.last-commit.outputs.author }} commit_author: ${{ steps.last-commit.outputs.author }}
commit_message: "Update incident numbers" commit_message: "Update incident numbers"