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:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
steps:
|
||||
- name: Generate a token
|
||||
@ -22,11 +24,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
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
|
||||
id: list_issues
|
||||
|
Loading…
x
Reference in New Issue
Block a user