We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e610e8 commit 466f3a6Copy full SHA for 466f3a6
1 file changed
.github/workflows/python-app.yml
@@ -6,14 +6,11 @@ name: Python application
6
on:
7
workflow_dispatch:
8
9
-permissions:
10
- contents: read
11
- pages: write
12
- id-token: write
13
-
14
jobs:
15
build:
16
runs-on: ubuntu-latest
+ permissions:
+ contents: read
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python 3.10
@@ -33,11 +30,11 @@ jobs:
33
30
name: github-pages
34
31
path: ./index.html
35
32
deploy:
36
- environment:
37
- name: github-pages
38
- url: ${{ steps.deployment.outputs.page_url }}
39
40
needs: build
+ pages: write
+ id-token: write
41
42
- name: Deploy to GitHub Pages
43
id: deployment
0 commit comments