remove readSecret: identity passed as regular param via agentdocsIden… #7
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: Deploy Tank Skill | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install Tank CLI | |
| run: sudo curl -fsSL https://raw.githubusercontent.com/tankpkg/tank/main/install.sh | sudo sh | |
| - name: Publish to Tank Registry | |
| env: | |
| TANK_TOKEN: ${{ secrets.TANK_TOKEN }} | |
| run: tank publish |