[fix] fix github action data-update.yml

This commit is contained in:
Alexandre Flament 2021-02-09 09:58:59 +01:00
parent e4cc7f13a3
commit 966a7a1f25
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
updateData:
name: Update data
runs-on: ubuntu-20.04
if: env.DATA_PR_TOKEN != null
if: secrets.DATA_PR_TOKEN != null
steps:
- name: Checkout
uses: actions/checkout@v2