Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Add comment to Github tokens used in CI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno committed Sep 28, 2020
1 parent 178e5fc commit ffef61e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
bin/tools
- name: Run lint
run: |
tools/quarks-utils/bin/lint
bin/lint
- name: Run unit tests
run: |
tools/quarks-utils/bin/test-unit
bin/test-unit
env:
COVERAGE: true
GOPROXY: "https://proxy.golang.org"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
env:
PROJECT: quarks-secret
GITHUB_ACTION_BRANCH: ${{ steps.prepare_branch_env.outputs.branch }}
# for git push to project and helm repo
GH_PASSWORD: ${{ secrets.GH_PASSWORD }}
# for docker push to ghcr.io
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: cfcontainerization
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
tags:
- 'v1.*'
branches:
- master

jobs:
update_release_draft:
Expand Down

0 comments on commit ffef61e

Please sign in to comment.