From 171085da0016b3267c50798885f455a343e1102b Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Sat, 18 Dec 2021 07:26:41 -0500 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 8c39745..1eb528d 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -28,9 +28,9 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script run: echo Hello, world! - - - uses: Codebytes/github-actions-demos/.github/workflows/reusable-ci.yml@main - with: - username: mona - secrets: - envPAT: ${{ secrets.envPAT }} + reusable-workflow: + uses: Codebytes/github-actions-demos/.github/workflows/reusable-ci.yml@main + with: + username: mona + secrets: + envPAT: "shh!"