Skip to content

Commit

Permalink
some minor workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Dec 17, 2024
1 parent d6ea8ad commit e72267e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
with:
default-label: ':sparkles: mysterious'
github-token: '${{ secrets.GITHUB_TOKEN }'
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion src/Nuke/GithubActions/DraftReleaseJobAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public override ConfigurationEntity GetConfiguration(IReadOnlyCollection<Executa
With =
{
["default-label"] = ":sparkles: mysterious",
["github-token"] = "${{ secrets.GITHUB_TOKEN }"
["github-token"] = "${{ secrets.GITHUB_TOKEN }}"
}
},

Expand Down

0 comments on commit e72267e

Please sign in to comment.