Skip to content

Commit

Permalink
feat(main): add envs for jobs (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu authored Oct 16, 2024
1 parent f416aa7 commit f0474d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
sync:
runs-on: ubuntu-20.04
needs: job1
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,7 @@ jobs:
TAG=${GITHUB_REF#refs/tags/}
echo ::set-output name=tag_name::${TAG}
- name: build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh issue comment ${{ vars.SEALOS_ISSUE_NUMBER }} --body "/imagebuild_apps automq-operator ${{ steps.prepare.outputs.tag_name }}" --repo ${{ vars.SEALOS_ISSUE_REPO }}

0 comments on commit f0474d2

Please sign in to comment.