We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9d789 commit 17f47f7Copy full SHA for 17f47f7
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: 📥 Checkout
24
uses: actions/checkout@v4
25
26
- - name: � Setup Bun
+ - name: 🟣 Setup Bun
27
uses: oven-sh/setup-bun@v2
28
with:
29
bun-version: latest
@@ -40,11 +40,11 @@ jobs:
40
path: ./dist
41
42
deploy:
43
- environment:
44
- name: github-pages
45
- url: ${{ steps.deployment.outputs.page_url }}
46
runs-on: ubuntu-latest
47
needs: build
+ permissions:
+ pages: write
+ id-token: write
48
steps:
49
- name: 🚀 Deploy to GitHub Pages
50
id: deployment
0 commit comments