Skip to content

Commit

Permalink
Update docs.yml no more GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane authored Nov 2, 2024
1 parent 00814fd commit dfb0c02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
job:
required: true
type: string
secrets:
GH_TOKEN:
description: 'A token passed from the caller workflow'
required: true

jobs:
build:
Expand Down Expand Up @@ -40,4 +36,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/meteor


0 comments on commit dfb0c02

Please sign in to comment.