Skip to content

Commit

Permalink
attempting IP deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Sep 25, 2024
1 parent 9d386aa commit 3db1054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/db.update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
MONGO_API_PRIVATE: ${{secrets.MONGO_API_PRIVATE}}
MONGODB_PROJECT_ID: ${{secrets.MONGODB_PROJECT_ID}}
run: |
curl --location --request DELETE "https://cloud.mongodb.com/api/atlas/v1.0/groups/$MONGODB_PROJECT_ID/accessList/${RUNNER_IP}%2F32" /
curl --request DELETE \
--location "https://cloud.mongodb.com/api/atlas/v1.0/groups/$MONGODB_PROJECT_ID/accessList/${RUNNER_IP}%2F32" \
--digest -u "$MONGO_API_PUBLIC:$MONGO_API_PRIVATE"
shell: bash

0 comments on commit 3db1054

Please sign in to comment.