Skip to content

Commit

Permalink
token not given as input when calling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Jun 14, 2024
1 parent e661a0c commit 9d5b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.VERSION_DECOIMPACT }}
token: ${{ secrets.VERSION_DECOIMPACT || github.token }}
fetch-depth: 0
- name: install python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9d5b084

Please sign in to comment.