From 30413ad3972ff10ab7683c5386552af724b0fbc3 Mon Sep 17 00:00:00 2001 From: Amigoscode <40702606+amigoscode@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:58:41 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15a61d6..2896887 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: echo "Hello Secret - ${{ secrets.AWS_SECRET_ACCESS_KEY }}" - name: List files in the repository run: | ls ${{ github.workspace }}