Skip to content

Commit

Permalink
Merge pull request #232 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 Jan 14, 2024
2 parents 9887f2e + 503bd68 commit a46b90e
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 a46b90e

Please sign in to comment.