mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -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
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||
with:
|
||||
token: ${{ secrets.OAS_PUBLISH_TOKEN }}
|
||||
repository-name: 'shlinkio/shlink-open-api-specs'
|
||||
branch: main
|
||||
# folder: ${{ steps.determine_version.outputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user