-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed docs deploy magic by using default token (removed token set dir…
…ectly) (#3516) and used more convenient composable net :) --------- Signed-off-by: dzmitry-lahoda <[email protected]>
- Loading branch information
1 parent
f2c1da6
commit 7a60ba4
Showing
4 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,6 @@ jobs: | |
persist-credentials: false | ||
- uses: actionsdesk/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
filesizelimit: 10KB | ||
exclusionPatterns: | | ||
**/*.rs | ||
|
@@ -559,7 +558,6 @@ jobs: | |
- name: Deploy docs | ||
uses: FirebaseExtended/action-hosting-deploy@0f248036885ae672f78587669fa2923f0ef6cac2 | ||
with: | ||
repoToken: ${{ secrets.GITHUB_TOKEN }} | ||
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DOCS_COMPOSABLE_FINANCE }} | ||
projectId: composable-docs | ||
entrypoint: docs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters