We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d63d4 commit 1067c60Copy full SHA for 1067c60
1 file changed
.github/workflows/deploy.yaml
@@ -11,6 +11,11 @@ on:
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
+
15
+ # ✅ Attach environment HERE
16
+ environment:
17
+ name: github-pages
18
19
steps:
20
- name: Get code
21
uses: actions/checkout@v4
@@ -54,8 +59,6 @@ jobs:
54
59
- name: Deploy to Github Pages
55
60
id: deployment
56
61
uses: actions/deploy-pages@v4
57
- with:
58
- token: ${{ secrets.GITHUB_TOKEN }}
62
63
- name: Show Deployed URL
64
run: echo "Deployed at ${{ steps.deployment.outputs.page_url }}"
0 commit comments