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 }}