Skip to content

Commit

Permalink
Merge pull request #7864 from LedgerHQ/fix/permissions-workflow-dispatch
Browse files Browse the repository at this point in the history
fix: workflow permission for a workflow dispatch
  • Loading branch information
KVNLS authored Sep 23, 2024
2 parents 0000492 + 8ac4c6c commit d84552e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:
permissions:
id-token: write
contents: read
pull-requests: write

jobs:
build-mobile:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ concurrency:
permissions:
id-token: write
contents: read
pull-requests: write

jobs:
test-mobile:
Expand Down

0 comments on commit d84552e

Please sign in to comment.