Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 6, 2024
1 parent fe04c8d commit 71e9f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
cp photon-lib/build/generated/vendordeps/photonlib-json-1.0.json vendor-json-repo/2025/photonlib-$(git describe --tags --match=v*).json
name: Copy new JSON over
# Configure our SSH private key for pushing to the vendor repo
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.VENDOR_JSON_REPO_PUSH_KEY }}

# apparently we have to push or gh pr create gets upset
- name: Commit and push
run: |
Expand Down

0 comments on commit 71e9f9d

Please sign in to comment.