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 c77bffb commit 808c9aeCopy full SHA for 808c9ae
.github/workflows/python-package.yml
@@ -16,13 +16,12 @@ on:
16
- '!**/README.md'
17
18
permissions:
19
- contents: read
+ contents: write
20
+ pull-requests: read
21
22
jobs:
23
build:
24
runs-on: ubuntu-latest
- permissions:
25
- contents: write
26
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
27
steps:
28
- name: '⏳ Checkout repository'
@@ -44,8 +43,6 @@ jobs:
44
43
- name: "✏️ Generate changelog"
45
id: changelog
46
uses: mikepenz/release-changelog-builder-action@v3
47
- with:
48
- toTag: ${{ github.sha }}
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
0 commit comments