Skip to content

Commit

Permalink
fix: copyright workflow (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Jan 4, 2023
1 parent e3e26f4 commit 08d4455
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/commitlint.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/copyright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: echo "LAST_YEAR=$(date +%Y --date "1 year ago")" >> $GITHUB_ENV
- name: Get Token
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v1
uses: peter-murray/workflow-application-token-action@v2.1.0
with:
application_id: ${{ secrets.APPLICATION_ID }}
application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
Expand All @@ -43,4 +43,3 @@ jobs:
copyright year"
commit_user_name: "3ware-release[bot]"
commit_user_email: "3ware-release[bot]@users.noreply.github.com"
commit_author: "36608309+chris3ware@users.noreply.github.com"
37 changes: 0 additions & 37 deletions commitlint.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ title = "3ware Ltd"

[languages.en.params]
description = "3ware Ltd is a specialist network and security consultancy with 18 years of industry experience. Our main focus is helping clients with Data Centre design, cloud migrations and digital transformation projects in the Public Sector and the Enterprise."
footerText = "Copyright © 2021-2022 3ware Ltd"
footerText = "Copyright © 2021-2023 3ware Ltd"

0 comments on commit 08d4455

Please sign in to comment.