Skip to content

Commit

Permalink
Update staging-push.yml
Browse files Browse the repository at this point in the history
Fixing env name
  • Loading branch information
isabelrios authored Oct 16, 2024
1 parent a89ece3 commit c8eb29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "JIRA_USER=${{ secrets.JIRA_USER }}" >> $GITHUB_ENV
echo "JIRA_PASSWORD=${{ secrets.JIRA_PASSWORD }}" >> $GITHUB_ENV
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
echo "BUGZILLA_API_KEY=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
echo "BUGZILLA_API_KEY=${{ secrets.BUGZILLA_API_KEY }}" >> $GITHUB_ENV
- name: Update DB - test runs
run: python ./__main__.py --report-type test-case-coverage --platform mobile --project ALL
Expand Down

0 comments on commit c8eb29c

Please sign in to comment.