Skip to content

Commit

Permalink
Remove use of PAT on checkout (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nordschesasa authored Aug 5, 2024
1 parent 4384f35 commit 230b08d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
repository: 'reddio-com/itachi-testing'
submodules: 'recursive'
token: ${{ secrets.REDDIO_PAT }}

- uses: actions/setup-python@v5
name: Install Python 3.12
Expand Down Expand Up @@ -87,4 +86,4 @@ jobs:
- name: Run deploy tests
run: |
cd python && python3 deploy_test.py
cd python && python3 deploy_test.py

0 comments on commit 230b08d

Please sign in to comment.