Skip to content

Commit 17f47f7

Browse files
committed
Fix setup step name and update deployment permissions in GitHub Actions workflow
1 parent eb9d789 commit 17f47f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 📥 Checkout
2424
uses: actions/checkout@v4
2525

26-
- name: Setup Bun
26+
- name: 🟣 Setup Bun
2727
uses: oven-sh/setup-bun@v2
2828
with:
2929
bun-version: latest
@@ -40,11 +40,11 @@ jobs:
4040
path: ./dist
4141

4242
deploy:
43-
environment:
44-
name: github-pages
45-
url: ${{ steps.deployment.outputs.page_url }}
4643
runs-on: ubuntu-latest
4744
needs: build
45+
permissions:
46+
pages: write
47+
id-token: write
4848
steps:
4949
- name: 🚀 Deploy to GitHub Pages
5050
id: deployment

0 commit comments

Comments
 (0)