Skip to content

Commit

Permalink
Merge pull request #134 from ThoughtWorksInc/update/master/scala-proj…
Browse files Browse the repository at this point in the history
…ect-template

Update scala-project-template
  • Loading branch information
Atry authored Jul 4, 2023
2 parents 38820b9 + 503bd68 commit 2e7dc90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scala-project-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ name: Update Scala project template
jobs:
update-scala-project-template:
permissions:
# for aws-actions/configure-aws-credentials to assume an AWS role
id-token: write
# for peter-evans/create-pull-request to create branch
contents: write
# for peter-evans/create-pull-request to create a PR
Expand All @@ -23,6 +21,7 @@ jobs:
- run: git fetch https://github.com/Atry/scala-project-template.git template
- run: git reset --hard FETCH_HEAD
- uses: peter-evans/create-pull-request@v5
continue-on-error: true
with:
delete-branch: true
base: ${{github.ref_name}}
Expand Down

0 comments on commit 2e7dc90

Please sign in to comment.