WF
This commit is contained in:
parent
cd0f1f69b9
commit
c3bf98bf78
9
.github/workflows/move-to-main-repo.yaml
vendored
9
.github/workflows/move-to-main-repo.yaml
vendored
@ -3,10 +3,7 @@ name: Move new Scripts to Main Repository
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
move-to-main-repo:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
permissions:
|
||||
deployments: write
|
||||
contents: write
|
||||
statuses: write
|
||||
@ -15,6 +12,10 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
move-to-main-repo:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Generate a token
|
||||
id: app-token
|
||||
|
Loading…
x
Reference in New Issue
Block a user