Skip to content

Commit 274a517

Browse files
committed
chore(ci): switch to OIDC auth
1 parent 725df38 commit 274a517

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
id-token: write
11+
812
jobs:
913
lint:
1014
runs-on: ubuntu-latest
@@ -169,7 +173,6 @@ jobs:
169173
with:
170174
run: cargo codspeed run
171175
mode: ${{ matrix.mode }}
172-
token: ${{ secrets.CODSPEED_TOKEN }}
173176

174177
musl-build-check:
175178
strategy:

0 commit comments

Comments
 (0)