diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-09-13 14:29:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 14:29:08 +0100 |
commit | 2f63fdcba17235f45c161d23a9fcb3f53007deb1 (patch) | |
tree | 16b2b4bc1bdaa92899472ad6a3658d403730a29c | |
parent | e0382e6ec214c28da52de6da946e8a4b44109481 (diff) | |
parent | 6eb859205c575e923b661a0ac841878a51f0f2ba (diff) | |
download | vyos-1x-2f63fdcba17235f45c161d23a9fcb3f53007deb1.tar.gz vyos-1x-2f63fdcba17235f45c161d23a9fcb3f53007deb1.zip |
Merge pull request #4064 from sever-sever/T6674-trigger
T6674: Rebuild package action use secrets inherit
-rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index d0936b572..166d7e711 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -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 |