Skip to content

Commit 5ba00ab

Browse files
committed
Update dump workflow to use RELEASE secret
1 parent d478bc5 commit 5ba00ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.RELEASE }}
1919
with:
2020
fetch-depth: 0
2121

@@ -36,7 +36,7 @@ jobs:
3636
- name: Create Release Assets
3737
uses: actions/create-release@v1
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.RELEASE }}
4040
with:
4141
tag_name: v${{ github.event.inputs.version }}
4242
release_name: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)