mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix github token not loading
This commit is contained in:
parent
03082d3d7f
commit
009f6ba19a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
|
@ -133,8 +133,8 @@ jobs:
|
|||
delete_release: true
|
||||
tag_name: devbuild
|
||||
repo: ArmCord/ArmCord
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Create the release
|
||||
uses: softprops/action-gh-release@v1
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue