We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bcdb5 commit 9503bdeCopy full SHA for 9503bde
action.yml
@@ -50,5 +50,6 @@ runs:
50
archive: ${{ inputs.archive }}
51
version: ${{ inputs.version }}
52
ACTION_PATH: ${{ github.action_path }}
53
+ ZENODO_TOKEN: ${{ secrets.ZENODO_TOKEN }}
54
run: python ${{ github.action_path }}/scripts/deploy.py upload ${archive} --zenodo-json ${zenodo_json} --version ${version}
55
shell: bash
0 commit comments