Skip to content

Commit 4348c84

Browse files
authored
Update test_antora.yml
1 parent 7ddc4f9 commit 4348c84

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test_antora.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,17 @@ jobs:
132132
with:
133133
publish-dir: './www_publish_target/docs'
134134
production-branch: test
135-
github-token: ${{ secrets.GITHUB_TOKEN }}
136135
deploy-message: "Deploy preview for PR #${{ github.event.number }}"
137136
enable-pull-request-comment: false
138137
enable-commit-comment: false
139138
enable-commit-status: true
140139
alias: pr-${{ github.event.number }}-doc
141-
env:
142-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
143-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
144140
timeout-minutes: 5
145141

146142
- name: Post Custom Preview Links Comment
147143
if: steps.netlify_deploy.outputs.deploy-url
148144
uses: actions/github-script@v7
149145
with:
150-
github-token: ${{ secrets.GITHUB_TOKEN }}
151146
script: |
152147
const baseUrl = '${{ steps.netlify_deploy.outputs.deploy-url }}';
153148

0 commit comments

Comments
 (0)