mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
Added custom token for swagger publishing
This commit is contained in:
parent
5a7f0ad340
commit
5bf25c7eca
1
.github/workflows/publish-swagger-spec.yml
vendored
1
.github/workflows/publish-swagger-spec.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
|||||||
- name: Publish spec
|
- name: Publish spec
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.7
|
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.OAS_PUBLISH_TOKEN }}
|
||||||
repository-name: 'shlinkio/shlink-open-api-specs'
|
repository-name: 'shlinkio/shlink-open-api-specs'
|
||||||
branch: main
|
branch: main
|
||||||
# folder: ${{ steps.determine_version.outputs.version }}
|
# folder: ${{ steps.determine_version.outputs.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user