Skip to content

Commit 08eea6c

Browse files
authored
chore: remove create issue in examples (#969)
1 parent 989657e commit 08eea6c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/administration/user-groups/workload-identity/github-actions.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,6 @@ jobs:
173173
174174
PLAN_NAME=$(echo $RESPONSE | jq -r '.name')
175175
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-
}"
188176
```
189177
190178
## Troubleshooting

0 commit comments

Comments
 (0)