Skip to content

Commit

Permalink
Merge pull request #1933 from guardian/aa/fix
Browse files Browse the repository at this point in the history
ci: Explicitly grant permissions to updating workflow
  • Loading branch information
akash1810 authored Jul 13, 2023
2 parents 1b026c3 + e4d4577 commit 0e0b667
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-aws-cdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
workflow_dispatch:
jobs:
update-aws-cdk:
# See https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write # Allow pushing of a branch
pull-requests: write # Allow raising of a PR

runs-on: ubuntu-latest
name: Bump CDK versions
steps:
Expand Down

0 comments on commit 0e0b667

Please sign in to comment.