Skip to content

Commit

Permalink
Merge pull request #11 from globus-labs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
haochenpan authored Jun 5, 2024
2 parents 9990120 + ba26bfb commit 0b228da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
Expand Down
3 changes: 3 additions & 0 deletions tests/unit/apis_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def setup():
client_id = os.environ["DIASPORA_SDK_CLIENT_ID"]
client_secret = os.environ["DIASPORA_SDK_CLIENT_SECRET"]
requested_scopes = os.environ["CLIENT_SCOPE"]
# assert client_id
# assert client_secret
# assert requested_scopes

ca = ConfidentialAppAuthClient(
client_id=client_id,
Expand Down

0 comments on commit 0b228da

Please sign in to comment.