forked from docs/doc-exports
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83f4395943 | |||
| 68ad3e5adf | |||
| ec95a67a29 |
@ -1,9 +1,13 @@
|
||||
name: Run HCDC
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, reopened, synchronize, edited]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
run-hcdc:
|
||||
runs-on: ubuntu-latest
|
||||
@ -39,6 +43,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
token: ${{ gitea.token }}
|
||||
|
||||
|
||||
- name: Get OTC token
|
||||
id: otc
|
||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/get-otc-token@v1
|
||||
|
||||
Reference in New Issue
Block a user