Skip to content

Commit f0c2d26

Browse files
Merge pull request #1206 from NFDI4Chem/development
fix: update release-please workflow
2 parents 020cd3e + 9d0fa9d commit f0c2d26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2323

2424
steps:
25-
- uses: actions/checkout@v1
25+
- uses: actions/checkout@v4
2626

2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
@@ -62,6 +62,9 @@ jobs:
6262
release-please:
6363
runs-on: ubuntu-latest
6464
needs: php-unit-test
65+
permissions:
66+
contents: write
67+
pull-requests: write
6568
steps:
6669
- uses: google-github-actions/release-please-action@v4
6770
with:

0 commit comments

Comments
 (0)