Skip to content

Commit 590c6ee

Browse files
authored
Update publish-pyodide-demo-app.yml
1 parent a696c7b commit 590c6ee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-pyodide-demo-app.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Deploy Pyodide Demo App to GitHub Pages
22

3+
permissions:
4+
id-token: write
5+
pages: write
6+
37
on:
48
push:
59
paths:
@@ -16,6 +20,7 @@ jobs:
1620
run: echo ok go
1721

1822
build:
23+
needs: activate
1924
runs-on: ubuntu-latest
2025
steps:
2126
- name: Checkout (recursive)

0 commit comments

Comments
 (0)