-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from elsoul/fix/actions
fix GitHub Actions
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
with: | ||
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }} | ||
- name: Install firebase tools | ||
run: npm i -g npm firebase-tools | ||
run: npm i -g firebase-tools | ||
- name: GitHub repository setting | ||
run: git config --global url."https://github.com".insteadOf ssh://[email protected] | ||
- name: Deploy rules to Firebase | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
with: | ||
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }} | ||
- name: Install yarn and firebase tools | ||
run: npm i -g npm yarn firebase-tools | ||
run: npm i -g yarn firebase-tools | ||
- name: GitHub repository setting | ||
run: git config --global url."https://github.com".insteadOf ssh://[email protected] | ||
- name: Install dependencies | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
with: | ||
credentials_json: ${{ secrets.SKEET_GCP_SA_KEY }} | ||
- name: Install yarn and firebase tools | ||
run: npm i -g npm yarn firebase-tools | ||
run: npm i -g yarn firebase-tools | ||
- name: GitHub repository setting | ||
run: git config --global url."https://github.com".insteadOf ssh://[email protected] | ||
- name: Install dependencies | ||
|