Skip to content

Commit f2bc2eb

Browse files
committed
bump tooling and workflows
1 parent db8ce6b commit f2bc2eb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
AWS_S3_KEY_PREFIX: "${{env.REPOSITORY_NAME}}/"
5757
CANONICAL_LINK_PREFIX: ${{env.CANONICAL_LINK_PREFIX}}
5858
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
59+
PUBLIC_REPO_PAT: ${{secrets.PUBLIC_REPO_PAT}}
5960

6061
- name: Build and deploy document (HTML Pub repo)
6162
uses: ./workflows
@@ -66,6 +67,7 @@ jobs:
6667
AWS_S3_KEY_PREFIX: "${{env.REPOSITORY_NAME}}/"
6768
CANONICAL_LINK_PREFIX: ${{env.CANONICAL_LINK_PREFIX}}
6869
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
70+
PUBLIC_REPO_PAT: ${{secrets.PUBLIC_REPO_PAT}}
6971

7072
- name: Notify template repo to update submodule
7173
if: github.event_name == 'release' && github.repository == 'SMPTE/html-pub'

.smpte-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latestEditionTag": "20250325-pub"
2+
"latestEditionTag": null
33
}

tooling

Submodule tooling updated 38 files

0 commit comments

Comments
 (0)