Skip to content

Commit

Permalink
fix CD.yml permissions errors for dashboard links on PRs (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Feb 2, 2024
1 parent c8ff9a2 commit ff00051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
jobs:
cd-build:
runs-on: ubuntu-latest
permissions:
pull-requests: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ff00051

Please sign in to comment.