From c0dd3b9d9ac9f5e19c6341ae23e75278b0cecf82 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 4 May 2023 15:10:10 +0200 Subject: [PATCH] like this? awesome how everyone does something different :) --- .github/workflows/snapshot-on-push-master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index 759446dc2..933bc05ba 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -39,8 +39,6 @@ jobs: runs-on: ubuntu-latest steps: -# inspired by https://github.com/JuliaRegistries/TagBot/blob/master/example.yml - token: ${{ secrets.GITHUB_TOKEN }} - name: Install Dependencies shell: bash run: | @@ -108,6 +106,8 @@ jobs: repository: cc65/doc path: doc.git - name: Update the online documents. + with: + github_token: ${{ secrets.GITHUB_TOKEN }} run: | cd doc.git rm *.*