Skip to content

Commit

Permalink
Fix secret mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Oct 23, 2023
1 parent a5089d6 commit 88cb161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_notebook_submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Check submissions"
if: "!contains(steps.commitmsg.outputs.commitmsg, 'skip ci')"
env:
HUB_PYGEOAPI_AUTH_TOKEN: ${{ secrets.CONTRIBUTION_HANDLER_API_KEY }}
HUB_PYGEOAPI_AUTH_TOKEN: ${{ secrets.HUB_PYGEOAPI_AUTH_TOKEN }}
run: |
set -e
pull_request_number=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
Expand Down

0 comments on commit 88cb161

Please sign in to comment.