From efb7003d7624a2e7c0038b9c340ddb64ef8c48c6 Mon Sep 17 00:00:00 2001 From: Jonathan M Smolenski Date: Thu, 1 Feb 2024 14:45:38 -0800 Subject: [PATCH] updated token code --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bbe0010..7587339 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -45,4 +45,4 @@ jobs: -H "Authorization: Bearer ${{ steps.podaac-cicd.outputs.token }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/podaac/swodlr-user-notify/actions/workflows/build.yml/dispatches \ - -d '{"ref":"topic-branch","inputs":{"name":"Mona the Octocat","home":"San Francisco, CA"}}' \ No newline at end of file + -d '{"ref":"develop","inputs":{"venue":"SIT"}}' \ No newline at end of file