From c6822b3337cb570d0a416f38a2d2844c4fcf288f Mon Sep 17 00:00:00 2001 From: Indrajith Indraprastham Date: Thu, 13 Jun 2024 02:39:35 +0530 Subject: [PATCH] log secret for workflow --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 90ecfb4..a3652bd 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -3,7 +3,7 @@ name: Upload Python Package on: push: branches: - - main # Change this to your branch for testing + - feature/deploy # Change this to your branch for testing permissions: contents: read