Skip to content

Commit 200edc4

Browse files
committed
Define github token with 'YNPUT_BOT_TOKEN'
1 parent 68f8ee4 commit 200edc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
if: github.ref == 'refs/heads/develop'
2020
permissions:
2121
contents: write
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.YNPUT_BOT_TOKEN }}
2224
steps:
2325
- uses: actions/checkout@v4
2426
with:
2527
fetch-depth: 0
26-
token: ${{ secrets.GITHUB_TOKEN }}
2728

2829
- name: Set up Python
2930
uses: actions/setup-python@v5
@@ -84,4 +85,3 @@ jobs:
8485
with:
8586
tag_name: ${{ steps.get_version.outputs.version }}
8687
generate_release_notes: true
87-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)