Skip to content

Commit

Permalink
Add bugzilla key to pull request and merge actions (SatelliteQE#9720)
Browse files Browse the repository at this point in the history
This will actually allow for calls that check authentication against the bugzilla api
  • Loading branch information
JacobCallahan authored Jun 22, 2022
1 parent 03e4aa7 commit 7186536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
PYCURL_SSL_LIBRARY: openssl
ROBOTTELO_BUGZILLA__API_KEY: ${{ secrets.BUGZILLA_KEY }}

jobs:
codechecks:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
PYCURL_SSL_LIBRARY: openssl
ROBOTTELO_BUGZILLA__API_KEY: ${{ secrets.BUGZILLA_KEY }}

jobs:
codechecks:
Expand Down

0 comments on commit 7186536

Please sign in to comment.