From b2c6f68fe41471c4a82a1ff3575d26fe1f1144f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Wed, 3 Apr 2024 23:34:17 +0300 Subject: [PATCH] Remove git-config action - we do not need it As Jenia cleverly noticed. --- .github/workflows/pr-check.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index b270189..9321ab8 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -14,9 +14,7 @@ jobs: - uses: actions/checkout@v4 - run: sudo apt-get install black pycodestyle pydocstyle shellcheck python3 - run: black --version - - uses: PelionIoT/continuous-integration/.github/actions/git-config@master - with: - github_token: ${{ secrets.ACCESS_TOKEN }} + - run: git clone https://github.com/PelionIoT/scripts-internal # Lets not run pysh-check on itself (it already has PR job for it) - run: echo . >scripts-internal/.nopyshcheck @@ -28,9 +26,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: PelionIoT/continuous-integration/.github/actions/git-config@master - with: - github_token: ${{ secrets.ACCESS_TOKEN }} - name: Install e2e-python-test-library run: | pip install wheel @@ -44,10 +39,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - - name: Set access token for mbed deploy - uses: PelionIoT/continuous-integration/.github/actions/git-config@master - with: - github_token: ${{ secrets.ACCESS_TOKEN }} - name: Install e2e-python-test-library run: | pip install wheel