File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ permissions:
1818jobs :
1919 ci :
2020 uses : ./.github/workflows/container-ci.yml
21- secrets : inherit
21+ secrets :
22+ DOCKERHUB_ACCESS_TOKEN : ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
23+ DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
24+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2225 permissions :
2326 security-events : write
2427 packages : write
Original file line number Diff line number Diff line change 66 variant :
77 required : true
88 type : string
9+ secrets :
10+ DOCKERHUB_ACCESS_TOKEN :
11+ description : Docker Hub access token
12+ DOCKERHUB_USERNAME :
13+ description : Docker Hub username
14+ GITHUB_TOKEN :
15+ description : GitHub token
916
1017permissions :
1118 contents : read
Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ permissions:
1818jobs :
1919 ci :
2020 uses : ./.github/workflows/container-ci.yml
21- secrets : inherit
21+ secrets :
22+ DOCKERHUB_ACCESS_TOKEN : ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
23+ DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
24+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2225 permissions :
2326 security-events : write
2427 packages : write
You can’t perform that action at this time.
0 commit comments