Skip to content

Commit

Permalink
Update Zenodo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIOpenData authored Nov 16, 2023
1 parent cd924fa commit 9724394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.ZENODO_SANDBOX_TOKEN }}" \
-X POST \
-d '{}' \
"https://zenodo.org/api/records")
"https://sandbox.zenodo.org/api/records")
echo "RECORD_ID="$response | jq -r '.id'"" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 9724394

Please sign in to comment.