Skip to content

Commit 48004b4

Browse files
jbamptonSubham-KRLX
authored andcommitted
Update firebase-hosting-merge.yml (brisbanesocialchess#999)
* Update firebase-hosting-merge.yml * Update .github/workflows/firebase-hosting-merge.yml
1 parent 64a0680 commit 48004b4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ on:
77
push:
88
branches:
99
- main
10+
permissions:
11+
contents: read
1012
jobs:
1113
build_and_deploy:
1214
runs-on: ubuntu-latest
1315
steps:
14-
- uses: actions/checkout@v4
16+
- name: ↩️ Checkout code
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1518
- run: npm ci && npm run build
16-
- uses: FirebaseExtended/action-hosting-deploy@v0
19+
- uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c
1720
with:
1821
repoToken: ${{ secrets.GITHUB_TOKEN }}
1922
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BRISBANE_SOCIAL_CHESS }}

0 commit comments

Comments
 (0)