From 56eaa234cc80175b9ccafa838bd5161ee1c76697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pr=C3=B6stl=20Andren=20Filip?= Date: Wed, 12 Jan 2022 08:24:30 +0100 Subject: [PATCH] updated workflow --- .github/workflows/trigger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index e8b713e..b326e18 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -52,6 +52,6 @@ jobs: - uses: juztcode/repo-ditpatch-action@v1 with: event-type: release_event - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.REPO_TRIGGER_KEY }} repository: "${{ github.repository_owner }}/test-case-descriptions-excel2md" client-payload: '{"tag": "${{ steps.tag.outputs.next-release }}" }'