Skip to content

Commit

Permalink
remove PRIVATE_CHECKOUT token
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed May 3, 2024
1 parent bc2a343 commit 6fd2988
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PRIVATE_CHECKOUT }}
submodules: recursive

- name: Install Ubuntu dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PRIVATE_CHECKOUT }}
submodules: true

- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PRIVATE_CHECKOUT }}
submodules: recursive

- name: Set up Docker Buildx
Expand Down

0 comments on commit 6fd2988

Please sign in to comment.