Skip to content

Commit

Permalink
Merge pull request #60 from kyoshidajp/add_openssl_conf_env
Browse files Browse the repository at this point in the history
Add OPENSSL_CONF for github token
  • Loading branch information
kyoshidajp authored Nov 30, 2023
2 parents a939901 + d0bad6d commit b9f60a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
env:
OPENSSL_CONF: /dev/null
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit b9f60a7

Please sign in to comment.