Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
with:
client-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
permissions-contents: write
Comment thread
mgovers marked this conversation as resolved.
Outdated

- name: Create GitHub release
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/refresh-lock-and-linter-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
with:
app-id: ${{ secrets.CI_BOT_APP_ID }}
private-key: ${{ secrets.CI_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
permissions-contents: write
permissions-pull-request: write
Comment thread
mgovers marked this conversation as resolved.
Outdated

- name: create pull request
if: ${{ inputs.create-pr || github.event_name == 'schedule' }}
Expand Down
Loading