From 7c5595efbc008aa32645cdb12ad52b186e6e0c67 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 4 May 2023 15:02:32 +0200 Subject: [PATCH] another try --- .github/workflows/snapshot-on-push-master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index dc7e6007e..759446dc2 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -39,6 +39,8 @@ 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: |