Skip to content

Commit

Permalink
ci: fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Oct 4, 2024
1 parent 7010bd9 commit 3d185ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
pre-release-keep-count: -1
pre-release-drop-tag: true
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create nightly release
if: steps.release-name.outputs['datatruck'] == ''
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3d185ea

Please sign in to comment.