Skip to content

Commit

Permalink
auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
amineabri committed Sep 25, 2024
1 parent 6dcb0b5 commit 00d96c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ name: package-helm-chart
platform:
os: linux
arch: amd64

environment:
GITHUB_USERNAME:
from_secret: github_username
GITHUB_TOKEN:
from_secret: github_token
REMOTE_URL: "https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git"
REMOTE_URL: https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git

steps:
- name: update-chart-version
image: alpine
Expand Down

0 comments on commit 00d96c6

Please sign in to comment.