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