Skip to content

Commit

Permalink
Attempt to see if GITHUB_TOKEN is being set.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Dec 13, 2024
1 parent 68abed5 commit ecbc53b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: 'echo "gns debugging: $GITHUB_TOKEN"'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: bundle exec kamal setup
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ecbc53b

Please sign in to comment.