mirror of https://github.com/yewstack/yew
Bump siku2/action-hosting-deploy from 0 to 1 (#3136)
Bumps [siku2/action-hosting-deploy](https://github.com/siku2/action-hosting-deploy) from 0 to 1. - [Release notes](https://github.com/siku2/action-hosting-deploy/releases) - [Commits](https://github.com/siku2/action-hosting-deploy/compare/v0...v1) --- updated-dependencies: - dependency-name: siku2/action-hosting-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6f4cdf2802
commit
0f7c2bb276
|
@ -34,7 +34,7 @@ jobs:
|
||||||
run: ./ci/build-examples.sh
|
run: ./ci/build-examples.sh
|
||||||
|
|
||||||
- name: Deploy to Firebase
|
- name: Deploy to Firebase
|
||||||
uses: siku2/action-hosting-deploy@v0
|
uses: siku2/action-hosting-deploy@v1
|
||||||
with:
|
with:
|
||||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
||||||
|
|
Loading…
Reference in New Issue