update secrets to env
This commit is contained in:
parent
0fb93e377e
commit
eeb7bf37bf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ env.GITHUB_TOKEN }}
|
||||
|
||||
- name: Extract Issue Details
|
||||
id: extract
|
||||
|
|
Loading…
Reference in a new issue