From a0d8326dd51a45e36b6532943b43f489fb5fc68c Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Thu, 5 Dec 2024 14:00:03 +0100 Subject: [PATCH] use specific commit for upload-to-zenodo including our PR --- .github/workflows/citation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/citation.yml b/.github/workflows/citation.yml index 477e84180..5ca992144 100644 --- a/.github/workflows/citation.yml +++ b/.github/workflows/citation.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Upload to Zenodo id: release - uses: megasanjay/upload-to-zenodo@v2.0.1 + uses: megasanjay/upload-to-zenodo@43390984723d64d501f361820f6e558dececdfcc with: github_token: ${{ secrets.GITHUB_TOKEN }} zenodo_token: ${{ secrets.ZENODO_TOKEN }}