Skip to content

Commit

Permalink
Fixing the typo on the secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 31, 2024
1 parent f33ef16 commit b19874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# in GitHub repo → Settings → Secrets → Actions
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# Creating a token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
- name: Upload Cypress Screenshots
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b19874f

Please sign in to comment.