Skip to content

Commit 944f4d0

Browse files
authored
ci: use the org-wide SOREN_PAT (replaces SRE_TOKEN) (#52)
1 parent 4d9a248 commit 944f4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
with:
1919
fetch-depth: 0
20-
token: ${{ secrets.SRE_TOKEN }}
20+
token: ${{ secrets.SOREN_PAT }}
2121

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2

0 commit comments

Comments
 (0)