Added custom token for swagger publishing

This commit is contained in:
Alejandro Celaya 2021-12-11 12:55:50 +01:00
parent 5a7f0ad340
commit 5bf25c7eca

View File

@ -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 }}