We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7fdf3 commit 6ef0dc6Copy full SHA for 6ef0dc6
.github/workflows/test.yml
@@ -6,8 +6,6 @@ jobs:
6
steps:
7
- name: Test action
8
uses: Scientific-Python-Translations/content-sync@main
9
- env:
10
- TOKEN: "123"
11
with:
12
source-repo: "scientificpythontranslations/pandas"
13
source-folder: "pandas/web/pandas/"
@@ -17,4 +15,4 @@ jobs:
17
15
translations-ref: "main"
18
16
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
19
passphrase: ${{ secrets.PASSPHRASE }}
20
- token: ${{ secrets.TOKEN }}
+ token: "123"
0 commit comments