Skip to content

Commit ec6e372

Browse files
committed
ci(gh-pages): update workflow configuration
1 parent 47c501b commit ec6e372

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

+4
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ jobs:
263263
env:
264264
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
265265

266+
- name: Clean Up Credentials
267+
run: |
268+
rm -f ./gha-creds-*.json
269+
266270
- name: Update Release Hash
267271
run: python scripts/release/update_release.py
268272

0 commit comments

Comments
 (0)