Skip to content

Commit

Permalink
Merge pull request #82 from sever-sever/T6674-trigger-rebuils-current
Browse files Browse the repository at this point in the history
T6674: Action add trigger workflow to rebuild package
  • Loading branch information
c-po authored Sep 14, 2024
2 parents 63f6ffc + 6665bf9 commit 69aeb03
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/trigger-rebuild-repo-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Trigger to build a deb package from repo

on:
pull_request:
pull_request_target:
types:
- closed
branches:
Expand All @@ -23,11 +23,10 @@ jobs:
needs: get_repo_name
uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
with:
branch: ${{ github.ref_name }}
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
REF: main # optinal because the default value is main
branch: ${{ github.ref_name }}
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
secrets:
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
PAT: ${{ secrets.PAT }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
PAT: ${{ secrets.PAT }}

0 comments on commit 69aeb03

Please sign in to comment.