Skip to content

Commit

Permalink
Update license.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Mar 21, 2024
1 parent b82a281 commit c0fc2d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
steps:
- name: Get github access token
run: |
echo $API_KEY > ~/.github_api_token
env:
API_KEY : ${{ secrets.GH_API_TOKEN }}
echo ${{ secrets.GH_API_TOKEN }} > ~/.github_api_token
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down Expand Up @@ -48,4 +46,4 @@ jobs:
subdependency.
This automated PR will re-generate the licenses to keep them up to
date."
reviewers: sakoush, lc525
reviewers: sakoush, lc525

0 comments on commit c0fc2d6

Please sign in to comment.