Skip to content

Commit 6fd8efd

Browse files
authored
Update gatsby-publish.yml
1 parent 37e837b commit 6fd8efd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gatsby-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- uses: actions/checkout@v3
1315
- uses: enriikke/gatsby-gh-pages-action@v2
1416
with:
1517
access-token: ${{ secrets.ACCESS_TOKEN }}
1618
deploy-branch: gh-pages
17-
gatsby-args: --prefix-paths
19+
gatsby-args: --prefix-paths

0 commit comments

Comments
 (0)