Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
9a3f30b
1
Parent(s):
6fded18
ci: fix token in backend update workflow
Browse files
.github/workflows/update_backend.yml
CHANGED
@@ -40,7 +40,6 @@ jobs:
|
|
40 |
- name: "Create PR if necessary"
|
41 |
uses: peter-evans/create-pull-request@v6
|
42 |
with:
|
43 |
-
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
44 |
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
|
45 |
body: |
|
46 |
This PR was automatically generated by the GitHub Action `.github/workflows/update-backend.yml`
|
|
|
40 |
- name: "Create PR if necessary"
|
41 |
uses: peter-evans/create-pull-request@v6
|
42 |
with:
|
|
|
43 |
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
|
44 |
body: |
|
45 |
This PR was automatically generated by the GitHub Action `.github/workflows/update-backend.yml`
|