Skip to content

Commit

Permalink
Merge pull request #2494 from DFE-Digital/fix-delete-review
Browse files Browse the repository at this point in the history
Add github permission to delete review workflow
  • Loading branch information
saliceti authored Nov 6, 2024
2 parents 068f9cb + bbbb59c commit 23f6eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'deploy') }}
runs-on: ubuntu-latest
environment: review
permissions:
id-token: write

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 23f6eaa

Please sign in to comment.