Skip to content

Commit ad2c569

Browse files
ci: I will figure this out even if it kills me.
1 parent 48e07d8 commit ad2c569

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Deploy Docs
22

33
on:
44
workflow_dispatch:
5-
workflow_call:
65
push:
76
branches:
87
- main

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- uses: actions/checkout@v4
284284
with:
285285
ref: main
286-
token: ${{ secrets.GITHUB_TOKEN }}
286+
# token: ${{ secrets.RELEASE_PAT }} # TODO: uncomment once org approves PAT
287287

288288
- name: Download build artifacts
289289
uses: actions/download-artifact@v4
@@ -415,11 +415,3 @@ jobs:
415415
git commit -m "Update versions.json for ${{ needs.prepare.outputs.version }}"
416416
git push
417417
fi
418-
419-
deploy-docs:
420-
needs: update-versions
421-
uses: ./.github/workflows/docs.yml
422-
permissions:
423-
contents: read
424-
pages: write
425-
id-token: write

0 commit comments

Comments
 (0)