Skip to content

Commit 5b307da

Browse files
authored
Update GitFlow_Nightly-builds.yml
1 parent b772117 commit 5b307da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/GitFlow_Nightly-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Check for merged PRs since last tag
4040
id: check_prs
4141
shell: powershell
42+
env:
43+
GH_TOKEN: ${{ github.token }}
4244
run: |
4345
# Get the latest release tag (any type) from GitHub API
4446
$LATEST_TAG = (& gh api repos/${env:GITHUB_REPOSITORY}/tags --paginate | ConvertFrom-Json)[0].name

0 commit comments

Comments
 (0)