Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Sep 7, 2023
1 parent 0b00b72 commit 17e9cb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
destination_branch: "main"
pr_title: "[Automated] Release ${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}"
pr_body: "Changelog: https://github.com/saleor/saleor-app-payment-template/releases/tag/v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}"
pr_body: "Changelog: https://github.com/saleor/saleor-app-payment-klarna/releases/tag/v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}"

- name: Approve PR to main
if: steps.changesets.outputs.hasChangesets == 'false' && steps.changesets.outputs.published == 'true'
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Reporting a Vulnerability

If you discover a security vulnerability in saleor-app-payment-template please disclose it via [our huntr page](https://huntr.dev/repos/saleor/saleor-app-payment-template/). Information about bounties, CVEs, response times and past reports are all there.
If you discover a security vulnerability in saleor-app-payment-klarna please disclose it via [our huntr page](https://huntr.dev/repos/saleor/saleor-app-payment-klarna/). Information about bounties, CVEs, response times and past reports are all there.

Thank you for improving the security of saleor-app-payment-template.
Thank you for improving the security of saleor-app-payment-klarna.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "saleor-app-payment-template",
"name": "saleor-app-payment-klarna",
"description": "Saleor App Payment Template",
"version": "0.0.0",
"private": true,
"repository": "github:saleor/saleor-app-payment-template",
"homepage": "https://github.com/saleor/saleor-app-payment-template",
"repository": "github:saleor/saleor-app-payment-klarna",
"homepage": "https://github.com/saleor/saleor-app-payment-klarna",
"bugs": {
"url": "https://github.com/saleor/saleor-app-payment-template/issues",
"url": "https://github.com/saleor/saleor-app-payment-klarna/issues",
"email": "hello@saleor.io"
},
"type": "module",
Expand Down

0 comments on commit 17e9cb2

Please sign in to comment.