Skip to content

Commit

Permalink
Try moving the loading of the secret into the environment to the spli…
Browse files Browse the repository at this point in the history
…t step
  • Loading branch information
edgrosvenor committed Jan 18, 2025
1 parent 7a49b5c commit f635d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '#nodeploy')
runs-on: ubuntu-latest
needs: [ lint, test, stan ]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -44,3 +42,5 @@ jobs:
- name: Split
if: success()
run: php artisan kibble:split
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit f635d4b

Please sign in to comment.