Skip to content

Commit 81e96a5

Browse files
committed
[Kim] vyos#2554 remove trigger of vyos-build as need some credentials
1 parent 434c7e2 commit 81e96a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
asset_name: vyos-1x_amd64.deb
8080
asset_content_type: application/vnd.debian.binary-package
8181

82-
- name: Trigger vyos-build
83-
run: >-
84-
curl -XPOST -u "${{ secrets.GIT_CREDENTIALS }}" -H "Content-Type:application/json" https://api.github.com/repos/TransFICC/vyos-build/actions/workflows/main.yml/dispatches
85-
--data '{"ref": "main" }
82+
# - name: Trigger vyos-build
83+
# run: >-
84+
# curl -XPOST -u "${{ secrets.GIT_CREDENTIALS }}" -H "Content-Type:application/json" https://api.github.com/repos/TransFICC/vyos-build/actions/workflows/main.yml/dispatches
85+
# --data '{"ref": "main" }

0 commit comments

Comments
 (0)