From c67923e8024736aec88de060245c9462e8084f26 Mon Sep 17 00:00:00 2001 From: meli_wegomes Date: Wed, 26 Jun 2024 15:05:08 -0300 Subject: [PATCH] add secret in ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cf3c91..172e92d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,5 @@ jobs: - name: Test with unittest run: | python -m unittest discover tests/ + env: + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}