Skip to content

Commit

Permalink
feat: use vars instead of secrets for TIL_STUDY_PENALTY_AMOUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
aube-dev committed May 15, 2024
1 parent 72b51e9 commit ce16bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/til.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
TIL_STUDY_DATABASE_ID: ${{ secrets.TIL_STUDY_DATABASE_ID }}
TIL_STUDY_PARTICIPANTS_BLOCK_ID: ${{ secrets.TIL_STUDY_PARTICIPANTS_BLOCK_ID }}
TIL_STUDY_PENALTY_DATABASE_ID: ${{ secrets.TIL_STUDY_PENALTY_DATABASE_ID }}
TIL_STUDY_PENALTY_AMOUNT: ${{ secrets.TIL_STUDY_PENALTY_AMOUNT }}
TIL_STUDY_PENALTY_AMOUNT: ${{ vars.TIL_STUDY_PENALTY_AMOUNT }}

0 comments on commit ce16bb8

Please sign in to comment.