Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
required: true
default: 'main'

permissions:
# Allow commenting on commits
contents: write
# Allow commenting on issues
issues: write

jobs:
ecosystem_ci_notify:
name: Run Ecosystem CI With Notify
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
permissions:
# Provenance generation in GitHub Actions requires "write" access to the "id-token"
id-token: write
# Allow commenting on issues
issues: write

jobs:
release:
Expand Down
Loading