Quintus Cardozo

Results 7 comments of Quintus Cardozo

@loklaan How about a talk on the checking react and the advantage of typescript?

@loklaan I'm not currently sure, I still trying to come up with a new topic

@loklaan hey sorry I it took me so long to reply. I like the third idea of talking about how typescript helped with being a big project for the company...

- To install the types in my project I ran: `pnpm add -D @actions/github-script@github:actions/github-script` - In the github action I run: ```yaml - name: Install pnpm uses: pnpm/action-setup@v4 with: version:...

@joshmgross yes I have set it both as an action secret and a dependabot secret

@joshmgross that is all the steps of the action. It is a custom org composite action that we use across multiple repos. Here is the it in full `action.yml` it...

@joshmgross I have doubled checked it and it is the same. The `PRIVATE_REGISTRY_TOKEN` does not affect the installation of the `@types/github-script` anyway as that token is to access our organisation's...