Skip to content

Commit

Permalink
ci: fix using reserved GITHUB_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 26, 2023
1 parent b74bc23 commit 56e68d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: build-docs
on:
workflow_call:
secrets:
GITHUB_TOKEN:
required: true
push:
branches:
- prod
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
build-docs:
needs: release-pr
uses: ./.github/workflows/build-docs.yml
secrets: inherit
build-images:
needs: release-pr
uses: ./.github/workflows/build-images.yml
Expand Down

0 comments on commit 56e68d0

Please sign in to comment.