Skip to content

Commit

Permalink
[actions] Add github context env in label action. (#11926)
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Sep 2, 2022
1 parent f82c1fd commit 030de9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: approve
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
set -e
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
Expand Down

0 comments on commit 030de9f

Please sign in to comment.