We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca75432 commit d487c8fCopy full SHA for d487c8f
.github/workflows/deploy-chatbot.yml
@@ -98,8 +98,6 @@ jobs:
98
# Step 2: Validate and Trigger Deploy Workflow
99
- name: Trigger Deployment Workflow
100
uses: actions/github-script@v7
101
- env:
102
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
with:
104
script: |
105
const environment = `${{ steps.parse_command.outputs.environment }}`;
0 commit comments