Skip to content

Commit

Permalink
ci(build): add GH_TOKEN for 'gh' cli (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Feb 6, 2024
1 parent 883dead commit c097d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: echo "DATE_TAG=$(date -uI)" >> "$GITHUB_ENV"
- name: Get SeaweedFS release ref
run: echo "SEAWEED_REF=$(gh release list --repo=seaweedfs/seaweedfs | head -n1 | column -t | cut -d ' ' -f 1)"
env:
GH_TOKEN: ${{ github.token }}
- name: Build container images and manifest
id: buildah-build
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit c097d37

Please sign in to comment.