Update .gitea/workflows/demo.yaml
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
GITEA_URL: https://10.1.1.1:8086
|
GITEA_URL: https://10.1.1.1:8086
|
||||||
GITEA_OWNER: derek
|
GITEA_OWNER: derek
|
||||||
GITEA_REPO: ${{ gitea.repository }}
|
GITEA_REPO: ${{ gitea.repository }}
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user