Skip to content

Commit

Permalink
Update export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Mar 9, 2023
1 parent 0d54395 commit 65dbd38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ jobs:
uses: actions/checkout@v3
- run: python -m pip install github-to-sqlite
- name: Create auth.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "{\"github_personal_token\": \"$GITHUB_TOKEN\"}" > auth.json
echo "{\"github_personal_token\": \"${{ secrets.GITHUB_TOKEN }}\"}" > auth.json
- run: github-to-sqlite issues github.db acemulator/ace
- run: github-to-sqlite pull-requests github.db acemulator/ace
- run: github-to-sqlite issue-comments github.db acemulator/ace
Expand Down

0 comments on commit 65dbd38

Please sign in to comment.