diff --git a/.github/workflows/version_updater.yaml b/.github/workflows/version_updater.yaml index c3892aac48..bb149820cf 100644 --- a/.github/workflows/version_updater.yaml +++ b/.github/workflows/version_updater.yaml @@ -1,17 +1,10 @@ name: Version Updater on: - push: - branches: - - troubleshoot-version-updater schedule: # Runs at 00:00 every day - cron: '0 0 * * *' workflow_dispatch: # Adds the ability to manually trigger the workflow -permissions: - contents: write - pull-requests: write - jobs: update-nuclei-version: runs-on: ubuntu-latest