diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index d166c38..8674319 100644 --- a/.github/workflows/postman.yml +++ b/.github/workflows/postman.yml @@ -10,6 +10,12 @@ jobs: - name: Install Postman CLI run: | curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh + - name: Tailscale + uses: tailscale/github-action@v2 + with: + oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} + oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} + tags: tag:ci - name: Login to Postman CLI run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }} - name: Run API tests