diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b0d856..a4505e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ on: - main - master -permissions: write-all +permissions: + contents: read jobs: test-typescript: @@ -40,28 +41,6 @@ jobs: id: npm-lint run: npm run lint - # - name: Test - # id: npm-ci-test - # run: npm run ci-test - - test-action: - name: GitHub Actions Test - runs-on: ubuntu-latest - - steps: - - name: Checkout - id: checkout - uses: actions/checkout@v4 - - - name: Test Local Action - id: test-action - uses: ./ - with: - api-token: ${{ secrets.LOGGIA_API_TOKEN }} - test-suite-id: ${{ secrets.LOGGIA_TEST_SUITE_ID }} - environment-id: ${{ secrets.LOGGIA_ENVIRONMENT_ID }} - environment-url: ${{ secrets.LOGGIA_TEST_SUITE_ENVIRONMENT_URL }} - - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}" + - name: Test + id: npm-ci-test + run: npm run ci-test diff --git a/CODEOWNERS b/CODEOWNERS index da17f53..9e79d94 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,4 +4,4 @@ ############################################################################ # Default owners, unless a later match takes precedence. -* @actions/actions-oss-maintainers +* @feng-shiplight