mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 18:41:12 -06:00
Added github token to preview env deployment
This commit is contained in:
parent
2ba8db1fd3
commit
54b7aeed20
1
.github/workflows/deploy-preview.yml
vendored
1
.github/workflows/deploy-preview.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: preview-env
|
branch: preview-env
|
||||||
folder: build
|
folder: build
|
||||||
target-folder: ${{ steps.generate_slug.outputs.slug }}
|
target-folder: ${{ steps.generate_slug.outputs.slug }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user