diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -29,15 +29,10 @@ with: path: .env.ci key: ${{ secrets.DOTENV_META_SECRETS_KEY_CI }} id: dotenvx - - uses: actions/create-github-app-token@d7ee28121512479a18a428398f948ac5ce15fb4c - id: app-token - with: - app-id: ${{ steps.dotenvx.outputs.GH_APP_ID }} - private-key: ${{ steps.dotenvx.outputs.GH_APP_KEY }} - name: Sync labels using config uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 continue-on-error: true with: - github-token: ${{ steps.app-token.outputs.token }} + github-token: ${{ steps.dotenvx.outputs.GITHUB_TOKEN }} yaml-file: .github/labels.yml dry-run: ${{ github.event_name == 'pull_request' }}