7 Commits

Author SHA1 Message Date
Julio Estrada
2c25e1c637 update checkout actions to v6 2025-11-20 18:23:58 -05:00
Julio Estrada
57b9ae3d20 remove GH_TOKEN env var and use secretly directly 2025-11-20 16:43:48 -05:00
Julio Estrada
9af11d32e3 update python version to 3.13 2025-11-20 16:40:30 -05:00
Julio Estrada
d309b0a119 revert to original checkout action steps 2025-11-20 16:33:03 -05:00
Julio Estrada
7243d8d576 configure git credentials in sync workflow 2025-11-20 15:32:07 -05:00
Julio Estrada
356ab6bc62 add token verification step in sync workflow 2025-11-20 15:24:32 -05:00
Julio Estrada
63c75d241a fix: authenticate gh CLI in workflow sync 2025-11-20 14:47:47 -05:00

View File

@@ -16,10 +16,10 @@ jobs:
if: github.repository == 'boostorg/boostlook'
steps:
- name: Checkout current repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Checkout website-v2 repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: boostorg/website-v2
ref: develop
@@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.13"
- name: Copy boostlook.css to website-v2
run: |