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 ab14314 commit 5833093Copy full SHA for 5833093
.github/workflows/build.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
pytest-changes:
13
name: Collect allure-pytest file changes
.github/workflows/release-drafter.yml
@@ -5,10 +5,16 @@ on:
update_draft_release:
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
steps:
18
- uses: toolmantim/[email protected]
19
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yaml
release:
types: [published]
deploy:
0 commit comments