Skip to content

Commit

Permalink
inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent 03941f1 commit 0ec010d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Pushes go code to the sdk repo'
inputs:
repository-token:
description: token for git authentication
required: false
required: true
mode:
description: supporte values are 'release' and 'dry-run'
required: true
Expand All @@ -25,7 +25,6 @@ runs:
run: |
go get -v -t -d ./...
go build -v ./...
echo ${TOKEN}
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
publish-dry-run:
needs: [generate]
uses: ./.github/workflows/publish.yml
secrets: inherit
with:
mode: "dry-run"

Expand Down

0 comments on commit 0ec010d

Please sign in to comment.