Skip to content

Commit d487c8f

Browse files
committed
chore(ci): avoiding to override the GITHUB_TOKEN var
1 parent ca75432 commit d487c8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
# Step 2: Validate and Trigger Deploy Workflow
9999
- name: Trigger Deployment Workflow
100100
uses: actions/github-script@v7
101-
env:
102-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103101
with:
104102
script: |
105103
const environment = `${{ steps.parse_command.outputs.environment }}`;

0 commit comments

Comments
 (0)