Skip to content

Commit

Permalink
fix(preview release): update workflow file to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronDWall committed Jan 15, 2025
1 parent f3dd5ce commit f384986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
gh issue comment ${{ github.event.issue.number }} \
--body "Release workflow ${{ job.status == 'success' && 'succeeded ✅' || 'failed ❌' }}\nSee details: [Workflow Run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

0 comments on commit f384986

Please sign in to comment.