diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 03464f5..dedf27c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -32,5 +32,5 @@ jobs: git add . git commit -m "Update: ${{ github.event.head_commit.message }}" git push https://github-actions[bot]:$REPO_KEY@github.com/BA-OST-Index/ost_data_export.git - env: + env: REPO_KEY: ${{secrets.ACTION_SCRIPT}} \ No newline at end of file