Skip to content

Commit

Permalink
Remove git-config action - we do not need it
Browse files Browse the repository at this point in the history
As Jenia cleverly noticed.
  • Loading branch information
JanneKiiskila committed Apr 3, 2024
1 parent fdf2d98 commit b2c6f68
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b2c6f68

Please sign in to comment.