workflow
This commit is contained in:
parent
92d2f99a8c
commit
02ac0eea3b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
Loading…
Reference in a new issue