Skip to content

Commit

Permalink
ci: fix github token for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-schoonjans committed Jan 9, 2024
1 parent 1a52489 commit d1cfbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Git with token to access other private repositories
run: git config --global url."https://${{ secrets.OTOMATOR_PAT }}@github".insteadOf https://github
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit d1cfbec

Please sign in to comment.