Skip to content

Commit b4ca075

Browse files
committed
add token
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 66c8f57 commit b4ca075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/semver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- run:
1919
echo "BASELINE=$(gh release view --json tagName -t '{{.tagName}}')" >> $GITHUB_OUTPUT
2020
id: latest_release
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided token
2123
- name: Check semver
2224
uses: obi1kenobi/cargo-semver-checks-action@v2
2325
with:

0 commit comments

Comments
 (0)