Skip to content

Commit f640d4c

Browse files
committed
build: Fix GitHub token env
1 parent cc30f63 commit f640d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codex-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Close obsolete PRs
115115
env:
116-
GH_TOKEN: ${{ steps.app-token.outputs.token }}
116+
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
117117
run: |
118118
set -euo pipefail
119119

0 commit comments

Comments
 (0)