Skip to content

Commit 9cbf784

Browse files
committed
Add env
1 parent 94e02f7 commit 9cbf784

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/active.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ jobs :
1818
needs: build
1919
steps:
2020
- name: Deploy to GitHub Pages
21+
id: deployment
2122
uses: actions/deploy-pages@v4
2223
with:
2324
token: ${{ secrets.ACCESS_TOKEN }}
24-
permissions:
25-
id-token: write
26-
pages: write
25+
environment:
26+
name: github-pages
27+
url: ${{ steps.deployment.outputs.page_url }}
28+
permissions:
29+
id-token: write
30+
pages: write

0 commit comments

Comments
 (0)