We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e64bc commit 2150170Copy full SHA for 2150170
1 file changed
.github/workflows/autobump-envs.yml
@@ -31,5 +31,5 @@ jobs:
31
with:
32
branch: perf/autobump
33
title: "perf: autobump conda envs"
34
- token: ${secrets.AUTOBUMP_PAT}
+ token: ${{ secrets.AUTOBUMP_PAT }}
35
commit-message: "perf: autobump conda envs"
0 commit comments