Add workflow-enabled Github token
authorThomas B <redacted>
Tue, 17 Oct 2023 10:56:46 +0000 (12:56 +0200)
committerGitHub <redacted>
Tue, 17 Oct 2023 10:56:46 +0000 (12:56 +0200)
... to allow updating workflow actions

.github/workflows/update-sh.yml

index 11ab8642e1071fcdca6ad2d13755b36dcabc53c4..6f5582d8d9fe1daa50bc4534df527eba3184ea2e 100644 (file)
@@ -25,4 +25,4 @@ jobs:
     - name: Push changes
       uses: ad-m/github-push-action@master
       with:
-        github_token: ${{ secrets.GITHUB_TOKEN }}
+        github_token: ${{ secrets.WOKFLOW_TOKEN }}
git clone https://git.99rst.org/PROJECT