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!"