Skip to content

Commit

Permalink
Merge branch 'ad/set_api_label' into ad/test_api
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev authored Aug 21, 2024
2 parents 1267ae3 + 1c7d5e6 commit 89ae7a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/api_set_label.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Secondary Workflow
permissions: read-all
name: Set API label
permissions: write-all

on:
workflow_run:
Expand All @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest

permissions:
issues: write
contents: write
pull-requests: write
repository-projects: write

steps:
- name: Download artifact
Expand Down

0 comments on commit 89ae7a4

Please sign in to comment.