This commit is contained in:
SPRINX0\prochazka
2025-02-25 12:05:10 +01:00
parent 34cfbabf51
commit c9f45da217
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
with:
token: '${{ secrets.DIFLOW_GIT_SECRET }}'
token: '${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }}'
- name: Set up Node
uses: actions/setup-node@v3
with:
@@ -44,5 +44,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@v0.6.0
with:
github_token: '${{ secrets.DIFLOW_GIT_SECRET }}'
github_token: '${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }}'
branch: master