Skip to content

Commit e31d44d

Browse files
authored
GA: Ser om GITHUB_TOKEN kan brukes istedenfor READER_TOKEN
1 parent 8a247c0 commit e31d44d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/valider-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: 'yarn'
1717
registry-url: https://npm.pkg.github.com/
1818
always-auth: true
19-
token: ${{ secrets.READER_TOKEN }}
19+
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Installere dependencies
2222
run: yarn install --immutable
@@ -53,7 +53,7 @@ jobs:
5353
node-version: 22.17.1
5454
registry-url: https://npm.pkg.github.com/
5555
always-auth: true
56-
token: ${{ secrets.READER_TOKEN }}
56+
token: ${{ secrets.GITHUB_TOKEN }}
5757
cache: 'yarn'
5858

5959
- name: Installere dependencies
@@ -77,4 +77,4 @@ jobs:
7777
gh pr comment ${{ github.event.pull_request.number }} --body-file knip-report.md
7878
fi
7979
env:
80-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)