Skip to content

Commit

Permalink
use custom PAT to allow triggering of other workflows (update-homebre…
Browse files Browse the repository at this point in the history
…w) on release
  • Loading branch information
EugenDueck committed Mar 16, 2024
1 parent ede5c59 commit 46ae94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CONTENTS_PAT }}
with:
tag_name: v${{ steps.project_info.outputs.version }}
release_name: Release ${{ steps.project_info.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion colorexp.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"regexp"
)

const version = "1.0.3"
const version = "1.0.4"

var foregroundColors = []string{
//"\033[30m", // Black
Expand Down

0 comments on commit 46ae94a

Please sign in to comment.