Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05ec9 commit 5f8090eCopy full SHA for 5f8090e
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,11 @@ on:
3
pull_request_target:
4
types: [labeled]
5
6
+permissions:
7
+ checks: write #This is required by FirebaseExtended/action-hosting-deploy@v0
8
+ contents: read #This is required for private repositories for the actions/checkout@v4 action
9
+ pull-requests: write #This is required by FirebaseExtended/action-hosting-deploy@v0
10
+
11
jobs:
12
build:
13
name: Build and preview site
@@ -14,6 +19,7 @@ jobs:
14
19
with:
15
20
ref: ${{ github.event.pull_request.head.sha }}
16
21
fetch-depth: 0
22
+ persist-credentials: false # This will not store the git credentials on disk, only in memory
17
23
18
24
- name: Set up Python
25
uses: actions/setup-python@v5
0 commit comments