Skip to content

Commit

Permalink
Update sync_version_to_contentful.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojing1987 authored Dec 2, 2023
1 parent 77162b1 commit 3309e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/sync_version_to_contentful.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
ACCESS_TOKEN = os.environ['CONTENTFUL_ACCESS_TOKEN']
SPACE_ID = "ffrhttfighww"

print(f"ACCESS_TOKEN: {ACCESS_TOKEN}")

# 设置请求头
headers = {
"Authorization": f"Bearer {ACCESS_TOKEN}",
Expand Down

0 comments on commit 3309e8e

Please sign in to comment.