Amar3tto commented on code in PR #36451:
URL: https://github.com/apache/beam/pull/36451#discussion_r2460963224
##########
.github/workflows/refresh_looker_metrics.yml:
##########
@@ -19,26 +19,20 @@ name: Refresh Looker Performance Metrics
on:
workflow_dispatch:
- inputs:
- READ_ONLY:
- description: 'Run in read-only mode'
- required: false
- default: 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LOOKERSDK_BASE_URL: ${{ secrets.LOOKERSDK_BASE_URL }}
LOOKERSDK_CLIENT_ID: ${{ secrets.LOOKERSDK_CLIENT_ID }}
LOOKERSDK_CLIENT_SECRET: ${{ secrets.LOOKERSDK_CLIENT_SECRET }}
GCS_BUCKET: 'public_looker_explores_us_a3853f40'
- READ_ONLY: ${{ inputs.READ_ONLY }}
Review Comment:
I found that this parameter was added by mistake and never used
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]