Skip to content

Commit

Permalink
tests signing commits with gh action token
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Feb 4, 2025
1 parent 9b9a234 commit ee946bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ jobs:
id: scpr
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
commit-message: Update Pip Requirements
committer: Data.gov Github <[email protected]>
author: ${{ github.actor }} <[email protected]>
signoff: false
sign-commits: true
branch: requirement-patches
delete-branch: true
title: '[Snyk + GH Actions] Update requirements'
Expand Down

0 comments on commit ee946bf

Please sign in to comment.