Skip to content

Commit 230b08d

Browse files
authored
Remove use of PAT on checkout (#74)
1 parent 4384f35 commit 230b08d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
with:
5555
repository: 'reddio-com/itachi-testing'
5656
submodules: 'recursive'
57-
token: ${{ secrets.REDDIO_PAT }}
5857

5958
- uses: actions/setup-python@v5
6059
name: Install Python 3.12
@@ -87,4 +86,4 @@ jobs:
8786
8887
- name: Run deploy tests
8988
run: |
90-
cd python && python3 deploy_test.py
89+
cd python && python3 deploy_test.py

0 commit comments

Comments
 (0)