Skip to content

Commit

Permalink
simplify task
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Mar 21, 2024
1 parent deb2c9f commit 3901b63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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

0 comments on commit 3901b63

Please sign in to comment.