committed by
GitHub
7 changed files with 40 additions and 0 deletions
@ -19,6 +19,10 @@ jobs: |
|||||
if: github.repository_owner == 'tiangolo' |
if: github.repository_owner == 'tiangolo' |
||||
runs-on: ubuntu-latest |
runs-on: ubuntu-latest |
||||
steps: |
steps: |
||||
|
- name: Dump GitHub context |
||||
|
env: |
||||
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
||||
|
run: echo "$GITHUB_CONTEXT" |
||||
- uses: tiangolo/[email protected] |
- uses: tiangolo/[email protected] |
||||
with: |
with: |
||||
token: ${{ secrets.FASTAPI_ISSUE_MANAGER }} |
token: ${{ secrets.FASTAPI_ISSUE_MANAGER }} |
||||
|
Loading…
Reference in new issue