Skip to content

Commit

Permalink
Update _publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqiw4 authored Jul 24, 2024
1 parent b131de7 commit 8735054
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: 'Dry run: Do not commit to the repo'
type: boolean
default: false

jobs:
mirror:
runs-on: ubuntu-latest
Expand All @@ -28,6 +28,13 @@ jobs:
path: private
ref: main
fetch-depth: 0
- name: Checkout benchmarking-public
uses: actions/checkout@v4
with:
path: public
ref: main
repository: ${{ github.repository }}-public
token: ${{ secrets.BENCHMARK_MIRROR }}
- name: Mirror
run: |
cd public
Expand Down

0 comments on commit 8735054

Please sign in to comment.