We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508eea1 commit 1e65fbaCopy full SHA for 1e65fba
.github/workflows/release.yaml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v4
16
+ with:
17
+ token: ${{ secrets.ADFINISBOT_PAT }}
18
19
- name: Semantic Release
20
uses: go-semantic-release/action@v1
@@ -41,11 +43,11 @@ jobs:
41
43
if: steps.semrel.outputs.version != ''
42
44
with:
45
message: "chore(release): ${{ steps.semrel.outputs.version }} [skip ci]"
- default_author: github_actions
46
add: |
47
api/pyproject.toml
48
ember/package.json
49
charts/outdated/Chart.yaml
50
+ github_token: ${{ secrets.ADFINISBOT_PAT }}
51
52
- name: Login to GitHub Container Registry
53
uses: docker/login-action@v3
0 commit comments