Skip to content

Commit 6ef0dc6

Browse files
committed
Use invalid token for test
1 parent 5d7fdf3 commit 6ef0dc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
steps:
77
- name: Test action
88
uses: Scientific-Python-Translations/content-sync@main
9-
env:
10-
TOKEN: "123"
119
with:
1210
source-repo: "scientificpythontranslations/pandas"
1311
source-folder: "pandas/web/pandas/"
@@ -17,4 +15,4 @@ jobs:
1715
translations-ref: "main"
1816
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
1917
passphrase: ${{ secrets.PASSPHRASE }}
20-
token: ${{ secrets.TOKEN }}
18+
token: "123"

0 commit comments

Comments
 (0)