This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new bf252f1a91f Add GITHUB_TOKEN to sbom generation (#52834) bf252f1a91f is described below commit bf252f1a91f75dcc0000533427c7dcf36b37e1e5 Author: GPK <gopidesupa...@gmail.com> AuthorDate: Thu Jul 3 22:39:46 2025 +0100 Add GITHUB_TOKEN to sbom generation (#52834) --- .github/workflows/publish-docs-to-s3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-docs-to-s3.yml b/.github/workflows/publish-docs-to-s3.yml index f4f3754e148..78d3f25aef6 100644 --- a/.github/workflows/publish-docs-to-s3.yml +++ b/.github/workflows/publish-docs-to-s3.yml @@ -171,6 +171,7 @@ jobs: - name: "Build SBOMS" env: AIRFLOW_VERSION: ${{ needs.build-info.outputs.airflow-version }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: > breeze sbom update-sbom-information --airflow-version ${AIRFLOW_VERSION} \ --force --all-combinations --run-in-parallel --airflow-root-path "${GITHUB_WORKSPACE}"