Skip to content

Commit 963d80b

Browse files
authored
fix: remove useless token (#1995)
1 parent e1e7cf5 commit 963d80b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
path_to_docs: pytorch-image-models/hfdocs/source
1818
version_tag_suffix: ""
1919
secrets:
20-
token: ${{ secrets.HUGGINGFACE_PUSH }}
21-
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
20+
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

0 commit comments

Comments
 (0)