Skip to content

Commit

Permalink
chore: workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Jul 25, 2024
1 parent 36c50a9 commit 6901223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Setup"
on:
workflow_call:
secrets:
THE_GH_RELEASE_TOKEN:
CAP_GH_RELEASE_TOKEN:
required: true

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.THE_GH_RELEASE_TOKEN }}
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}

- name: 'Setup Tools'
uses: ./.github/actions/setup-tools

0 comments on commit 6901223

Please sign in to comment.