Skip to content

Commit

Permalink
use input variable directly instead of environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
XDelta committed Nov 22, 2023
1 parent f2e7d57 commit 792a767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACTION }}

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -37,5 +39,3 @@ jobs:
echo "No changes to commit"
fi
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTION }}

0 comments on commit 792a767

Please sign in to comment.