From 92c9193d0beea5731f118952215b9c3f628d4969 Mon Sep 17 00:00:00 2001 From: Andressa Cruz Date: Sat, 2 Dec 2023 13:52:28 -0300 Subject: [PATCH] try to fix github action secretsss --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d6dc65..70391f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - # - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - uses: akhileshns/heroku-deploy@v3.8.9 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}}