Skip to content

Commit 546c347

Browse files
authored
Merge pull request #1 from snakemake/fix/ci2
fix: ci
2 parents d1537a2 + d93b08e commit 546c347

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ on:
33
branches:
44
- main
55

6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
repository-projects: read
10+
611
name: release-please
712

813
jobs:
914
release-please:
1015
runs-on: ubuntu-latest
11-
permissions: write-all
1216
outputs:
1317
release_created: ${{ steps.release.outputs.release_created }}
1418
steps:
1519
- uses: GoogleCloudPlatform/release-please-action@v4
1620
id: release
1721
with:
18-
token: ${{ secrets.PAT }}
1922
release-type: simple
2023
package-name: snakemake-hpc-teaching-material
2124

0 commit comments

Comments
 (0)