forked from docs/doc-exports
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05eccf9fb9 | |||
| 605b8bd9b2 | |||
| aa6c3af702 |
@ -1,19 +0,0 @@
|
||||
name: Run HCDC
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize, edited]
|
||||
|
||||
jobs:
|
||||
get-token:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Get OTC token
|
||||
id: otc
|
||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/get-otc-token@v1
|
||||
with:
|
||||
os_username: ${{ secrets.OTC_HCDC_USERNAME }}
|
||||
os_password: ${{ secrets.OTC_HCDC_PASSWORD }}
|
||||
os_domain_name: ${{ secrets.OTC_HCDC_DOMAIN_NAME }}
|
||||
os_project_id: ${{ secrets.OTC_HCDC_PROJECT_ID }}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user