Skip to content

Commit

Permalink
build-to-release-branches.yml // test signed commits for deploybot-user.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Jul 29, 2024
1 parent d1d2b17 commit 670501a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-to-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
build-assets:
uses: inpsyde/reusable-workflows/.github/workflows/build-and-push-assets.yml@main
uses: inpsyde/reusable-workflows/.github/workflows/build-and-push-assets.yml@signing-commits
with:
BUILT_BRANCH_NAME: ${{ github.ref_name }}-built
COMPILE_SCRIPT_PROD: 'build'
Expand All @@ -31,4 +31,5 @@ jobs:
GITHUB_USER_EMAIL: ${{ secrets.DEPLOYBOT_EMAIL }}
GITHUB_USER_NAME: ${{ secrets.DEPLOYBOT_USER }}
GITHUB_USER_SSH_KEY: ${{ secrets.DEPLOYBOT_SSH_PRIVATE_KEY }}
GITHUB_USER_SSH_PUBLIC_KEY: ${{ secrets.DEPLOYBOT_SSH_PUBLIC_KEY }}
NPM_REGISTRY_TOKEN: ${{ secrets.DEPLOYBOT_PACKAGES_READ_ACCESS_TOKEN }}

0 comments on commit 670501a

Please sign in to comment.