Skip to content

Commit

Permalink
change word KEY to TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantiago2719 committed Apr 4, 2023
1 parent ca7c74b commit 9be561d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
env:
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
ACCESS_TOKEN: ${{ secrets.ACCESS_KEY }}
SECRET_TOKEN: ${{ secrets.SECRET_KEY }}
NUMBER: ${{ secrets.NUMBER }}
CVC: ${{ secrets.CVC }}
EXP_YEAR: ${{ secrets.EXP_YEAR }}
Expand Down

0 comments on commit 9be561d

Please sign in to comment.