Skip to content

Commit

Permalink
Getting schemas to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed May 3, 2024
1 parent 879b894 commit 247bfdd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ jobs:
runs-on: ubuntu-latest
needs: ["publish-kubernetes-schemas"]
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"

- name: Setup Flux CLI
uses: fluxcd/flux2/action@main
with:
Expand Down

0 comments on commit 247bfdd

Please sign in to comment.