Skip to content

Commit

Permalink
fix:Use a PAT so more actions can be triggered.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jun 21, 2024
1 parent 3b93a21 commit b85da26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ on:
jobs:
release:
uses: ./.github/workflows/auto-releaser.yml
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/auto-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# jobs:
# release:
# uses: xmidt-org/shared-go/.github/workflows/ci.yml@826aa545bb56f6c7c551d44febb420c0293c8bff # v4.2.0
# secrets: inherit
---
name: 'Auto Releaser'

Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
inputs.which == 'tag'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.PUSH_TAG_TOKEN }}
script: |
github.rest.git.createRef({
owner: context.repo.owner,
Expand Down

0 comments on commit b85da26

Please sign in to comment.