Skip to content

Commit e4db819

Browse files
committed
more gh default token
1 parent a778a43 commit e4db819

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
id: lychee
1919
uses: lycheeverse/lychee-action@v1.5.1
2020
env:
21-
GITHUB_TOKEN: ${{secrets.NOVUM_PRIVATE_REPOS_READONLY}}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/link-issue-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
issues: read
1010

1111
env:
12-
GITHUB_API_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS_READONLY}}
12+
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313

1414
jobs:
1515
add_to_project:

.github/workflows/sync-design-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
curl -L -f \
2727
-X POST \
28-
-H "Authorization: Bearer ${{ secrets.NOVUM_PRIVATE_REPOS }}" \
28+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
2929
-H "X-GitHub-Api-Version: 2022-11-28" \
3030
-H "Accept: application/vnd.github+json" \
3131
https://api.github.com/repos/telefonica/mistica-web/actions/workflows/import-design-tokens.yml/dispatches \

0 commit comments

Comments
 (0)