Spaces:
Build error
Build error
dani-ange commited on
Commit ·
a2e5a4a
1
Parent(s): c4680fe
Update train-deploy.yaml
Browse files
.github/workflows/train-deploy.yaml
CHANGED
|
@@ -8,6 +8,8 @@ on:
|
|
| 8 |
jobs:
|
| 9 |
train-evaluate-deploy:
|
| 10 |
runs-on: ubuntu-latest
|
|
|
|
|
|
|
| 11 |
steps:
|
| 12 |
- name: Checkout repository
|
| 13 |
uses: actions/checkout@v3
|
|
|
|
| 8 |
jobs:
|
| 9 |
train-evaluate-deploy:
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
+
permissions:
|
| 12 |
+
contents: write
|
| 13 |
steps:
|
| 14 |
- name: Checkout repository
|
| 15 |
uses: actions/checkout@v3
|