Skip to content

Commit

Permalink
Merge pull request #53 from step-security/shubham-patch-1
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
shubham-stepsecurity authored Jul 17, 2024
2 parents 2646373 + 41a3539 commit e016916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4
-
name: Import GPG key
uses: step-security/ghaction-import-gpg@v1
uses: step-security/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand All @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v4
-
name: Import GPG key
uses: step-security/ghaction-import-gpg@v1
uses: step-security/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v4
-
name: Import GPG key
uses: step-security/ghaction-import-gpg@v1
uses: step-security/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
uses: actions/checkout@v4
-
name: Import GPG key
uses: step-security/ghaction-import-gpg@v1
uses: step-security/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit e016916

Please sign in to comment.