diff --git a/.github/workflows/pulumi.yml b/.github/workflows/pulumi.yml index b06bc93..7e3df2d 100644 --- a/.github/workflows/pulumi.yml +++ b/.github/workflows/pulumi.yml @@ -13,9 +13,7 @@ jobs: - name: checkout uses: actions/checkout@v3 - name: pnpm - uses: pnpm/action-setup@v2.2.4 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: node uses: actions/setup-node@v2 with: diff --git a/index.ts b/index.ts index 8e2fecc..3d0e66b 100644 --- a/index.ts +++ b/index.ts @@ -25,6 +25,7 @@ import { creator, grantAdmin, grantWriteAccess, team } from './lib' // creator('1tpp') creator('AmiPhaphadha') +creator('antronic') creator('badgooooor') creator('balabeltmimi') creator('betich')