Skip to content

Commit

Permalink
github login is no longer necessary (#10)
Browse files Browse the repository at this point in the history
* github login is no longer necessary

* coverage branch is no longer necessary
  • Loading branch information
koide3 authored Apr 3, 2024
1 parent d328d4e commit 4d9923f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
submodules: recursive

- name: Docker login
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Coverage

on:
push:
branches: [ master, coverage ]
branches: [ master ]
paths-ignore: '**.md'
pull_request:
branches: [ master, coverage ]
branches: [ master ]
paths-ignore: '**.md'

# Allows you to run this workflow manually from the Actions tab
Expand All @@ -18,7 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
submodules: recursive

- name: Install Dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
submodules: recursive

- name: Install Dependencies
Expand Down

0 comments on commit 4d9923f

Please sign in to comment.