Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 7, 2024
1 parent 7d7676a commit 5b0231a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: workflow_dispatch
jobs:
generate:
runs-on: ubuntu-latest
env:
GH_CORE_USER: ${{ secrets.GH_CORE_USER }}
GH_CORE_TOKEN: ${{ secrets.GH_CORE_TOKEN }}
steps:
- name: Checkout injective-docs
uses: actions/checkout@v1
Expand Down

0 comments on commit 5b0231a

Please sign in to comment.