Update to the npm installation and renaming of secrets. #27

Merged
Philipp merged 9 commits from npm-update into main 2024-05-21 01:05:33 +02:00
Showing only changes of commit e9d5631ef6 - Show all commits

View File

@ -38,7 +38,7 @@ jobs:
if: steps.auto-commit-action.outputs.changes_detected == 'true' if: steps.auto-commit-action.outputs.changes_detected == 'true'
uses: https://git.horstenkamp.eu/Philipp/gitea-act-create-pr@main uses: https://git.horstenkamp.eu/Philipp/gitea-act-create-pr@main
with: with:
token: ${{ secrets.REPO_TOKEN }} token: ${{ secrets.REPO_TOKEN_SERVER }}
branch: ${{ env.SPECIFIC_BRANCH }} branch: ${{ env.SPECIFIC_BRANCH }}
title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }} title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }}
body: Update to the pre-commit action. body: Update to the pre-commit action.