Spaces:
Running
Running
Update permission
Browse files
.github/workflows/update-conferences.yml
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
name: Update Conferences
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
on:
|
| 4 |
workflow_dispatch: # Allow manual trigger
|
| 5 |
pull_request:
|
|
|
|
| 1 |
name: Update Conferences
|
| 2 |
|
| 3 |
+
permissions:
|
| 4 |
+
contents: write
|
| 5 |
+
|
| 6 |
on:
|
| 7 |
workflow_dispatch: # Allow manual trigger
|
| 8 |
pull_request:
|