Skip to content

Commit

Permalink
ci: set required env
Browse files Browse the repository at this point in the history
> gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable.
  • Loading branch information
KisaragiEffective committed May 30, 2024
1 parent 630c717 commit 24383ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: run lint and report
env:
URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}
run: |
# renovate: npm:renovate
ver="37.291.0"
Expand Down

0 comments on commit 24383ca

Please sign in to comment.