mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
Merge branch 'fix_actions_permissions' into 'main'
ci: Fix GH actions permissions See merge request idf/esp-modbus!171
This commit is contained in:
@@ -7,6 +7,10 @@ jobs:
|
||||
sync_issue_comments_to_jira:
|
||||
name: Sync Issue Comments to Jira
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Sync issue comments to JIRA
|
||||
|
||||
@@ -7,6 +7,10 @@ jobs:
|
||||
sync_issues_to_jira:
|
||||
name: Sync issues to Jira
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Sync GitHub issues to Jira project
|
||||
|
||||
@@ -10,6 +10,10 @@ jobs:
|
||||
sync_prs_to_jira:
|
||||
name: Sync PRs to Jira
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Sync PRs to Jira project
|
||||
|
||||
Reference in New Issue
Block a user