Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

[DEVTOOLS-1279] removes GHA global secrets #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: CI
on:
pull_request:
branches:
- master

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- main

jobs:
build:
Expand All @@ -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

Expand All @@ -34,6 +28,3 @@ jobs:
run: make build
env:
version: ${{ steps.get_version.outputs.VERSION }}

# - name: Docker push
# run: make push