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 989657e commit 08eea6cCopy full SHA for 08eea6c
docs/administration/user-groups/workload-identity/github-actions.mdx
@@ -173,18 +173,6 @@ jobs:
173
174
PLAN_NAME=$(echo $RESPONSE | jq -r '.name')
175
echo "plan_name=$PLAN_NAME" >> $GITHUB_OUTPUT
176
-
177
- - name: Create Issue and Rollout
178
- run: |
179
- # Create issue
180
- curl -s -X POST "${BYTEBASE_URL}/v1/${PROJECT}/issues" \
181
- -H "Authorization: Bearer ${{ steps.auth.outputs.access_token }}" \
182
- -H "Content-Type: application/json" \
183
- -d "{
184
- \"title\": \"Schema migration\",
185
- \"type\": \"DATABASE_CHANGE\",
186
- \"plan\": \"${{ steps.plan.outputs.plan_name }}\"
187
- }"
188
```
189
190
## Troubleshooting
0 commit comments