ci(publish): pass GitHub token to registry artifact generation (#84415) #28
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: TK-TODO Check # IGNORE:TK | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: {} | |
| permissions: | |
| contents: read | |
| jobs: | |
| tk-todo-check: # IGNORE:TK | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Check for TK-TODO markers # IGNORE:TK | |
| uses: aaronsteers/tk-todo-check-action@v1.0.0 # IGNORE:TK |