We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f750366 commit df9beadCopy full SHA for df9bead
1 file changed
.github/workflows/deploy.yml
@@ -9,12 +9,15 @@ jobs:
9
build-and-deploy:
10
runs-on: ubuntu-latest
11
permissions:
12
- contents: read
+ contents: write
13
pages: write
14
id-token: write
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
+ with:
19
+ persist-credentials: true
20
+ fetch-depth: 0
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v4
0 commit comments