WF
This commit is contained in:
parent
6bbca9f676
commit
471513ed2a
7
.github/workflows/move-to-main-repo.yaml
vendored
7
.github/workflows/move-to-main-repo.yaml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Generate a token
|
- name: Generate a token
|
||||||
@ -22,11 +24,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
- name: Set up GH_TOKEN
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
|
||||||
echo "GH_TOKEN=${GH_TOKEN}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: List Issues in Repository
|
- name: List Issues in Repository
|
||||||
id: list_issues
|
id: list_issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user