We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5343a3d commit 9c2ddeaCopy full SHA for 9c2ddea
2 files changed
.github/workflows/coverage.yml
@@ -45,7 +45,6 @@ jobs:
45
- name: Install Dependencies
46
run: |
47
pip install -r requirements.txt
48
- playwright install --with-deps chromium
49
50
- name: Run tests with coverage
51
.github/workflows/release.yml
@@ -12,6 +12,9 @@ on:
12
- "pyproject.toml"
13
- "Dockerfile"
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
release:
20
if: |
@@ -40,8 +43,8 @@ jobs:
40
43
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
41
44
id: app-token
42
with:
- app-id: ${{ secrets.APP_ID }}
- private-key: ${{ secrets.APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.GH_APP_ID }}
+ private-key: ${{ secrets.GH_PRIVATE_KEY }}
- name: Checkout Code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments