File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed
Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 4848 config-name : configs/draft-release.yml
4949 env :
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51-
52- - uses : technote-space/release-github-actions@v6
Original file line number Diff line number Diff line change @@ -7,14 +7,19 @@ permissions:
77 contents : write
88
99jobs :
10- default :
11- uses : cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
12- with :
13- organization : " ${{ github.event.repository.owner.login }}"
14- repository : " ${{ github.event.repository.name }}"
15- registry : registry.hub.docker.com
16- version : ${{ github.event.release.tag_name }}
17- secrets :
18- docker-login : " ${{ secrets.DOCKERHUB_USERNAME }}"
19- docker-password : " ${{ secrets.DOCKERHUB_PASSWORD }}"
20- github-private-actions-pat : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
10+ release :
11+ name : Release GitHub Actions
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : technote-space/release-github-actions@v6
15+ # default:
16+ # uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
17+ # with:
18+ # organization: "${{ github.event.repository.owner.login }}"
19+ # repository: "${{ github.event.repository.name }}"
20+ # registry: registry.hub.docker.com
21+ # version: ${{ github.event.release.tag_name }}
22+ # secrets:
23+ # docker-login: "${{ secrets.DOCKERHUB_USERNAME }}"
24+ # docker-password: "${{ secrets.DOCKERHUB_PASSWORD }}"
25+ # github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
You can’t perform that action at this time.
0 commit comments