Skip to content

Commit

Permalink
use sandbox access token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 21, 2023
1 parent d8a47f5 commit 343eba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
from repository file .zenodo.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENODO_ACCESS_TOKEN: ${{ secrets.ZENODO_ACCESS_TOKEN }}
#ZENODO_ACCESS_TOKEN: ${{ secrets.ZENODO_ACCESS_TOKEN }}
ZENODO_SANDBOX_ACCESS_TOKEN: ${{ secrets.ZENODO_SANDBOX_ACCESS_TOKEN }}
# uses: zenodraft/action@0.10.0
uses: alexlancaster/zenodraft-action@0.10.1
with:
Expand Down

0 comments on commit 343eba5

Please sign in to comment.