diff --git a/.github/workflows/github-teams-check-existance.yml b/.github/workflows/github-teams-check-existance.yml index 6a581e554..8456de36e 100644 --- a/.github/workflows/github-teams-check-existance.yml +++ b/.github/workflows/github-teams-check-existance.yml @@ -38,11 +38,11 @@ jobs: # Set agent up Set-EnvironmentOnAgent -PSModules $modules - - uses: tibdex/github-app-token@v2 + - uses: actions/create-github-app-token@v2 id: generate-token with: - app_id: ${{ secrets.TEAM_LINTER_APP_ID }} - private_key: ${{ secrets.TEAM_LINTER_PRIVATE_KEY }} + app-id: ${{ secrets.TEAM_LINTER_APP_ID }} + private-key: ${{ secrets.TEAM_LINTER_PRIVATE_KEY }} - name: "Compare Bicep Owners Resource Teams" if: always() diff --git a/.github/workflows/platform.apiSpecs.yml b/.github/workflows/platform.apiSpecs.yml index 87e8cf41b..f6a69d368 100644 --- a/.github/workflows/platform.apiSpecs.yml +++ b/.github/workflows/platform.apiSpecs.yml @@ -46,11 +46,11 @@ jobs: # Set agent up Set-EnvironmentOnAgent -PSModules $modules - - uses: tibdex/github-app-token@v2 + - uses: actions/create-github-app-token@v2 id: generate-token with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Configure local git run: | diff --git a/.github/workflows/platform.updateModuleRegistryTables.yml b/.github/workflows/platform.updateModuleRegistryTables.yml index a5d66465b..e108c512a 100644 --- a/.github/workflows/platform.updateModuleRegistryTables.yml +++ b/.github/workflows/platform.updateModuleRegistryTables.yml @@ -35,11 +35,11 @@ jobs: path: bicep-registry-modules fetch-depth: 0 - - uses: tibdex/github-app-token@v2 + - uses: actions/create-github-app-token@v2 id: generate-token with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Configure local git run: |