Skip to content

Commit 9806caf

Browse files
committed
Add environment for deploy workflow
1 parent 49bf74e commit 9806caf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
contents: write # To push a branch
1212
pages: write # To push to a GitHub Pages site
1313
id-token: write # To update the deployment status
14+
environment:
15+
name: github-pages
1416
steps:
1517
- uses: actions/checkout@v4
1618
with:

0 commit comments

Comments
 (0)