Skip to content

Commit

Permalink
fix: remove gh token call (vectordotdev#19047)
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Nov 3, 2023
1 parent fb63f8e commit 1c864aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_preview_sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
REQUEST_TOKEN: ${{ secrets.REQUEST_TOKEN }}
REQUEST_MESSAGE: ${{ secrets.REQUEST_MESSAGE }}
ENDPOINT: ${{ secrets.BUILDER_ENDPOINT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy_rust_doc_preview_site:
uses: ./.github/workflows/create_preview_sites.yml
Expand All @@ -27,7 +26,6 @@ jobs:
REQUEST_TOKEN: ${{ secrets.REQUEST_TOKEN }}
REQUEST_MESSAGE: ${{ secrets.REQUEST_MESSAGE }}
ENDPOINT: ${{ secrets.BUILDER_ENDPOINT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy_vrl_playground_preview_site:
uses: ./.github/workflows/create_preview_sites.yml
Expand All @@ -38,4 +36,4 @@ jobs:
REQUEST_TOKEN: ${{ secrets.REQUEST_TOKEN }}
REQUEST_MESSAGE: ${{ secrets.REQUEST_MESSAGE }}
ENDPOINT: ${{ secrets.BUILDER_ENDPOINT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

3 changes: 0 additions & 3 deletions .github/workflows/create_preview_sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ on:
ENDPOINT:
description: "Request endpoint"
required: true
GITHUB_TOKEN:
description: "GitHub Token"
required: true

jobs:
create_preview_site:
Expand Down

0 comments on commit 1c864aa

Please sign in to comment.