Skip to content

Commit

Permalink
use a personal access token to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrioli committed Mar 25, 2022
1 parent 8c057f6 commit 5c87c0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "Check Releases"
on:
schedule:
- cron: '27 23 * * *'

push:
branches:
- master
jobs:
fetch:
name: Fetch Latest Godot Engine Release
Expand Down Expand Up @@ -51,3 +53,4 @@ jobs:
with:
body_path: body.txt
tag_name: ${{ needs.fetch.outputs.release_tag }}
token: ${{ secrets.PAT }}

0 comments on commit 5c87c0e

Please sign in to comment.