Skip to content

Commit

Permalink
ci: set AQUA_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 30, 2024
1 parent 975e2eb commit f571cab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wc-test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
AQUA_GITHUB_TOKEN: ${{github.token}}
- name: test GitHub Release
run: cmdx t suzuki-shunsuke/mkghtag
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- name: test cargo package
run: cmdx t bensadeh/tailspin
env:
AQUA_GITHUB_TOKEN: ${{github.token}}

0 comments on commit f571cab

Please sign in to comment.