From 50dd2add0affa6b808293469c8d613e76253baa8 Mon Sep 17 00:00:00 2001
From: Varun Sharma <varunsh@stepsecurity.io>
Date: Fri, 26 Aug 2022 17:53:35 -0700
Subject: [PATCH] Update release.yml

---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8e24a30..0e1d7de 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -41,4 +41,4 @@ jobs:
       uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
       with:
         source-tag: ${{ env.TAG_NAME }}
-        token: steps.wait-for-secrets.outputs.PAT
+        token: ${{ steps.wait-for-secrets.outputs.PAT }}