We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5b907 commit ccb3bbdCopy full SHA for ccb3bbd
.github/workflows/every_commit.yml
@@ -8,8 +8,7 @@ jobs:
8
install:
9
runs-on: ubuntu-latest
10
permissions:
11
- id-token: write
12
- pages: write
+ contents: write
13
steps:
14
- uses: actions/setup-python@v5
15
with:
0 commit comments