Skip to content

Commit

Permalink
add token env
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Aug 29, 2024
1 parent 2a68a62 commit dc3f2b0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,13 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
distribution: goreleaser
version: "~> v2"
args: release --clean

#- name: Make Release
#run: make clean release
#- name: Check version
#run: ./build/release/abctl-$ABCTL_VERSION-linux-amd64/abctl version
#- uses: ncipollo/release-action@v1
#with:
#generateReleaseNotes: true
#artifacts: "build/release/*.tar.gz,build/release/*.zip"

- uses: actions/checkout@v4
with:
repository: abuchanan-airbyte/homebrew-tap
Expand Down

0 comments on commit dc3f2b0

Please sign in to comment.