Spaces:
Running
Running
ci: add permission to do prs
Browse files
.github/workflows/release.yml
CHANGED
|
@@ -7,6 +7,10 @@ on:
|
|
| 7 |
|
| 8 |
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
jobs:
|
| 11 |
release:
|
| 12 |
name: Release
|
|
|
|
| 7 |
|
| 8 |
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
| 9 |
|
| 10 |
+
permissions:
|
| 11 |
+
contents: write
|
| 12 |
+
pull-requests: write
|
| 13 |
+
|
| 14 |
jobs:
|
| 15 |
release:
|
| 16 |
name: Release
|