Skip to content

Commit

Permalink
Update coscine.yml
Browse files Browse the repository at this point in the history
coscine token made secret
  • Loading branch information
catgonzftw1 authored Dec 13, 2024
1 parent 7de49c1 commit 40f53ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coscine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
env:
PROJECT_NAME: ${{ vars.COSCINE_PROJECT_NAME }}
COSCINE_API_TOKEN: ${{ vars.COSCINE_API_TOKEN }}
COSCINE_API_TOKEN: ${{ secrets.COSCINE_API_TOKEN }}
steps:
- name: Check Python version
run: python -V
Expand Down

0 comments on commit 40f53ef

Please sign in to comment.