Skip to content

Commit 59963b0

Browse files
authored
Merge pull request #60 from minvws/cleanup-token-usage
Cleanup unneeded REPO_READ_ONLY_TOKEN usage
2 parents 7aa5fcb + 6fa7064 commit 59963b0

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
registries:
8-
github-minvws:
9-
type: git
10-
url: https://github.com
11-
username: x-access-token
12-
password: "${{ secrets.REPO_READ_ONLY_TOKEN }}"
137

148
updates:
159
# Maintain dependencies for GitHub Actions
@@ -23,8 +17,6 @@ updates:
2317
directory: "/"
2418
schedule:
2519
interval: "weekly"
26-
registries:
27-
- github-minvws
2820
open-pull-requests-limit: 5
2921
groups:
3022
version-updates:

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
php-version: ${{ matrix.php-versions }}
3636
extensions: zip
3737
- name: Install Dependencies
38-
env:
39-
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}'
4038
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
4139

4240
# ------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)