Skip to content

Commit

Permalink
set GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 3b74193 commit 4eed41c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump-python-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Publish Release
name: Bump Python Package

on:
push: {}
Expand Down Expand Up @@ -28,5 +28,7 @@ jobs:
uses: ./.github/actions/setup-supersetbot/

- name: Execute custom Node.js script
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
supersetbot bump-python --package "${{ github.event.inputs.package }}" --verbose

0 comments on commit 4eed41c

Please sign in to comment.