Skip to content

Commit 22ff683

Browse files
Merge pull request #1548 from IntelPython/remove-unused-action-arg
2 parents ed93ec1 + e2c54eb commit 22ff683

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
message: |
149149
View rendered docs @ https://intelpython.github.io/dpctl/pulls/${{ env.PR_NUM }}/index.html
150150
repo-token: ${{ secrets.GITHUB_TOKEN }}
151-
repo-token-user-login: 'github-actions[bot]'
152151
- name: Comment with URL about removal of PR docs
153152
if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.event.action == 'closed' }}
154153
env:
@@ -158,4 +157,3 @@ jobs:
158157
message: |
159158
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. :crossed_fingers:
160159
repo-token: ${{ secrets.GITHUB_TOKEN }}
161-
repo-token-user-login: 'github-actions[bot]'

0 commit comments

Comments
 (0)