Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/scheduled-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ on:
type: string
required: false
default: '["ubuntu-latest"]'
secrets:
github_access_token:
description: "GitHub API token"
required: true

jobs:
update:
Expand Down Expand Up @@ -80,3 +84,6 @@ jobs:
labels: |
auto-update
context
# Requires a GitHub PAT used to open PRs that trigger other workflows
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
token: ${{ secrets.github_access_token }}
7 changes: 7 additions & 0 deletions .github/workflows/scheduled-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ on:
type: string
required: false
default: '["ubuntu-latest"]'
secrets:
github_access_token:
description: "GitHub API token"
required: true

jobs:
update:
Expand Down Expand Up @@ -72,3 +76,6 @@ jobs:
auto-update
no-release
readme
# Requires a GitHub PAT used to open PRs that trigger other workflows
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
token: ${{ secrets.github_access_token }}