From 1547dae2661cf364afe6ef5750a695fd9fb9731a Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli Date: Wed, 23 Oct 2024 11:27:57 +0200 Subject: [PATCH] fix: github.repository --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 81e963ba9..6c23f2ee4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -393,9 +393,9 @@ jobs: curl -X POST \ -H "Authorization: token ${{ secrets.ACTIONS_PAT }}" \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos///actions/workflows/publish.yml/dispatches \ + https://api.github.com/repos/${{ github.repository }}/actions/workflows/publish.yml/dispatches \ -d '{"ref": "main", "inputs": {"sha": "${{ github.sha }}", "tag": "${{ github.ref }}"}}' -# + # deploy-staging-preprod: # permissions: # id-token: write