From 6a72294858f7b23319781e2c68fda9041755a97e Mon Sep 17 00:00:00 2001 From: Jhuliano Skittberg Moreno Date: Tue, 17 Oct 2023 10:59:25 +0200 Subject: [PATCH 1/2] [DEVTOOLS-1279] removes GHA global secrets --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e30587..b865ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,6 @@ on: branches: - master -env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - jobs: build: name: Run checks and build @@ -20,9 +17,6 @@ jobs: with: access_token: ${{ secrets.GH_TOKEN }} -# - name: Registry login -# run: docker login -u=${{ secrets.DOCKER_USERNAME }} -p=${{ secrets.DOCKER_PASSWORD }} ${{ secrets.DOCKER_REGISTRY }} - - name: Check out Git repository uses: actions/checkout@v2 @@ -34,6 +28,3 @@ jobs: run: make build env: version: ${{ steps.get_version.outputs.VERSION }} - -# - name: Docker push -# run: make push From 6ef31e0076d35cf3ed5e19e46851a6c4878429ba Mon Sep 17 00:00:00 2001 From: Jhuliano Skittberg Moreno Date: Tue, 17 Oct 2023 11:09:43 +0200 Subject: [PATCH 2/2] update branch name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b865ed3..da1d23b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: branches: - - master + - main jobs: build: