Skip to content

Commit a104e78

Browse files
authored
Update release.yaml
Signed-off-by: Carlo van Driesten <carlo.van-driesten@bmw.de>
1 parent fefbb4c commit a104e78

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: checkout
1717
uses: actions/checkout@v4
1818
with:
19+
token: ${{ secrets.PAT_TOKEN }}
1920
fetch-depth: 0
2021

2122
- name: Set up Node.js
@@ -83,7 +84,7 @@ jobs:
8384
git add --all
8485
git commit -s -m "chore: update changelog for $GITHUB_REF"
8586
env:
86-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
8788

8889
- name: Download ScanCode Toolkit
8990
run: |
@@ -106,7 +107,7 @@ jobs:
106107
id: create_release
107108
uses: "plu5/automatic-releases-with-sha-action@main"
108109
with:
109-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
110+
repo_token: "${{ secrets.PAT_TOKEN }}"
110111
prerelease: false
111112
title: ASAM OSI Converter ${{ env.version }}
112113
files: |
@@ -128,6 +129,7 @@ jobs:
128129
- name: checkout
129130
uses: actions/checkout@v4
130131
with:
132+
token: ${{ secrets.PAT_TOKEN }}
131133
fetch-depth: 0
132134

133135
- name: Download changelog artifact

0 commit comments

Comments
 (0)