ci: drop static AWS keys from athena profile (CORE-687) #2801
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Remind docs and tests | |
| on: | |
| pull_request_target: | |
| branches: ["master"] | |
| permissions: {} | |
| jobs: | |
| run: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| # wow-actions/auto-comment v1.1.2, checked 2026-04-26. | |
| - uses: wow-actions/auto-comment@2fc064c21cfb2505de3c5c10e1473b8eb7beca1a | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| pullRequestOpened: | | |
| 👋 @{{ author }} | |
| Thank you for raising your pull request. | |
| Please make sure to add tests and document all user-facing changes. | |
| You can do this by editing the `docs` files in the [`elementary`](https://github.com/elementary-data/elementary) repository. |