Skip to content

Commit

Permalink
fix: permissions for release workflow (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgijssel committed Oct 5, 2023
1 parent d63c497 commit 1af144d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

- uses: pnpm/action-setup@v2
with:
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"semanticCommits": "enabled",
"pip-compile": {
"fileMatch": ["(^|/)requirements\\.in$"]
},
Expand Down

0 comments on commit 1af144d

Please sign in to comment.