Skip to content

Commit 410c6d3

Browse files
committed
change token another time
1 parent 3fd57e1 commit 410c6d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
secrets:
66
BOT_TOKEN:
77
required: false
8-
GITHUB_TOKEN:
9-
required: false
108
push:
119
# branches to consider in the event; optional, defaults to all
1210
branches:
@@ -33,4 +31,4 @@ jobs:
3331
# config-name: my-config.yml
3432
# disable-autolabeler: true
3533
env:
36-
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN || github.token }}

0 commit comments

Comments
 (0)