Skip to content

Commit 8c752ef

Browse files
committed
Drop unused GITHUB_TOKEN from custom-payload Slack steps
1 parent 2a1f5cd commit 8c752ef

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/cherryPick.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ jobs:
254254
}]
255255
}
256256
env:
257-
GITHUB_TOKEN: ${{ github.token }}
258257
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
259258

260259
- name: Find deploy workflow run

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ jobs:
683683
}]
684684
}
685685
env:
686-
GITHUB_TOKEN: ${{ github.token }}
687686
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
688687

689688
checkDeploymentSuccess:

0 commit comments

Comments
 (0)