Skip to content

Commit

Permalink
Merge pull request vyos#4064 from sever-sever/T6674-trigger
Browse files Browse the repository at this point in the history
T6674: Rebuild package action use secrets inherit
  • Loading branch information
dmbaturin authored Sep 13, 2024
2 parents e0382e6 + 6eb8592 commit 2f63fdc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/trigger-rebuild-repo-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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

0 comments on commit 2f63fdc

Please sign in to comment.