Skip to content

Commit

Permalink
add GH_TOKEN for using gh cli (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Sep 11, 2023
1 parent 018b648 commit 70a5785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
branches: [ main ]
workflow_dispatch:
inputs: {}

jobs:
sync:
runs-on: ubuntu-latest
env:
INPUT_READ_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_WRITE_TOKEN: ${{ secrets.CHE_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 70a5785

Please sign in to comment.