We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f98e9 commit 83ad690Copy full SHA for 83ad690
1 file changed
.github/workflows/publish.yml
@@ -25,9 +25,6 @@ jobs:
25
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
26
runs-on: ubuntu-latest
27
timeout-minutes: 15
28
- env:
29
- CREATE_PRISMA_TELEMETRY_API_KEY: ${{ secrets.CREATE_PRISMA_TELEMETRY_API_KEY }}
30
- CREATE_PRISMA_TELEMETRY_HOST: ${{ vars.CREATE_PRISMA_TELEMETRY_HOST }}
31
permissions:
32
contents: read
33
id-token: write
0 commit comments