Skip to content

Commit

Permalink
#build-patch: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 5, 2024
1 parent 8c5ab32 commit e02eec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: phips28/gh-action-bump-version@master
name: Bump package version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }}
with:
major-wording: "#build-major"
minor-wording: "#build-minor"
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/create-release@v1
name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{steps.bump-version.outputs.newTag}}
release_name: Release ${{steps.bump-version.outputs.newTag}}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ node_modules/
nohup.out
dist/
.eslintcache
.redeployapp
1 change: 1 addition & 0 deletions .redeployapp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wed Dec 4 17:39:45 CET 2024

0 comments on commit e02eec4

Please sign in to comment.