Skip to content

Commit ed73965

Browse files
committed
Make token required for release-prep
Haven't figured out a way to securely provide this access automatically, but it's not too arduous to require it of the action runner.
1 parent 512c862 commit ed73965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.yml renamed to .github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
personal_access_token:
77
description: 'GitHub Personal Access Token'
8-
required: false
8+
required: true
99

1010
env:
1111
HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6

0 commit comments

Comments
 (0)