.forgejo/workflows/opencode.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m39s
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m39s
This commit is contained in:
parent
c8ff25f8f5
commit
fd5b131ff4
1 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
opencode:
|
opencode:
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.comment.body, '/oc') ||
|
contains(github.event.comment.body, '/oc') ||
|
||||||
contains(github.event.comment.body, '/opencode')
|
contains(github.event.review.body, '/oc')
|
||||||
runs-on: docker-amd64
|
runs-on: docker-amd64
|
||||||
container:
|
container:
|
||||||
image: node:lts-bookworm
|
image: node:lts-bookworm
|
||||||
|
|
@ -58,5 +58,3 @@ jobs:
|
||||||
forgejo_api_url: https://bitfreedom.net/code/
|
forgejo_api_url: https://bitfreedom.net/code/
|
||||||
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
|
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue