diff options
author | Yevhen Bondarenko <41889972+evgsentrium@users.noreply.github.com> | 2024-09-12 17:22:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 17:22:31 +0200 |
commit | 266f9c0ea7996b577863768f6a611b0ad37d9e96 (patch) | |
tree | 91a8921b074ee048f25a29a264771706f0404672 | |
parent | ad611f4c70b7f9cc9781cd7d350e261dbae8c077 (diff) | |
download | vyos-1x-yevhen.tar.gz vyos-1x-yevhen.zip |
testingyevhen
-rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index d0936b572..7e34ecba5 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -1,11 +1,12 @@ name: Trigger to build a deb package from repo on: - pull_request: - types: - - closed + # pull_request: + # types: + # - closed + push: branches: - - current + - yevhen workflow_dispatch: jobs: @@ -26,8 +27,4 @@ jobs: branch: ${{ github.ref_name }} package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }} REF: main # optinal because the default value is main - secrets: - REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} - REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }} - GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }} - PAT: ${{ secrets.PAT }} + secrets: inherit |