Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Dec 29, 2023
1 parent e40d788 commit d00dd91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
ref: refs/heads/${{ env.FIREBASE_PARENT_BRANCH }}
token: ${{ env.TOKEN_FOR_WORKFLOW }}
path: 'firebase'
persist-credentials: false
- name: Сheckout functions repo (${{ github.repository }})
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
path: 'firebase/functions'
persist-credentials: false
- name: Change mode directory
run: chmod 0766 -R firebase
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit d00dd91

Please sign in to comment.