Skip to content

Commit

Permalink
Remove legacy debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulochang committed Feb 20, 2024
1 parent e671ef4 commit 186bcd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@ jobs:
encodedUri=$(echo -n "${{ steps.removeMd.outputs.replaced }}" | jq --slurp --raw-input --raw-output @uri)
echo "finished"
echo $role
basePath="https://api.cloudflare.com/client/v4/accounts/${{ vars.CF_ACCOUNT_ID }}/storage/kv/namespaces/${{ vars.CF_KV_NAMESPACE_ID }}/values/"
keyPath=$basePath$encodedUri
echo $keyPath
echo "Updating ${{ steps.removeMd.outputs.replaced }} with value $role"
curl --location --request PUT \
Expand Down

0 comments on commit 186bcd0

Please sign in to comment.