Skip to content

Commit

Permalink
ci: inherit secrets (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Dec 21, 2023
1 parent 74f3b23 commit 393c07b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/vultr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- das-atomdb
- das-query-engine


jobs:
tag:
uses: singnet/das-scripts-pipeline/.github/workflows/action.yml@master
Expand All @@ -27,7 +26,7 @@ jobs:
main-branch: master
version-tag-regex-pattern: /^v\d+\.\d+\.\d+$/
version-require-confirmation: "true"

secrets: inherit

build-vultr-production:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:
- name: Push Image to Registry
run: docker image push trueagi/das:${{ github.event.inputs.version }}-${{ env.FUNCTION_NAME }}


build-vultr-develop:
runs-on: ubuntu-latest
needs: tag
Expand Down

0 comments on commit 393c07b

Please sign in to comment.