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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ env.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Extract Issue Details
|
- name: Extract Issue Details
|
||||||
id: extract
|
id: extract
|
||||||
|
|
Loading…
Reference in a new issue