File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 DOTNET_INSTALL_DIR : " ./.dotnet"
1919 DOTNET_ROLL_FORWARD : " Major"
2020
21+ permissions :
22+ packages : write
23+
2124jobs :
2225 docker :
2326 name : ${{ matrix.docker_distro }} - net${{ matrix.dotnet_version }}
6467 docker_registry_username : ${{ secrets.DOCKER_USERNAME }}
6568 docker_registry_password : ${{ secrets.DOCKER_PASSWORD }}
6669 github_registry_username : ${{ github.repository_owner }}
67- github_registry_password : ${{ secrets.GITHUB_TOKEN }}
70+ github_registry_password : ${{ github.token }}
Original file line number Diff line number Diff line change 1212 DOTNET_INSTALL_DIR : " ./.dotnet"
1313 DOTNET_ROLL_FORWARD : " Major"
1414
15+ permissions :
16+ packages : write
17+
1518jobs :
1619 manifest :
1720 name : ${{ matrix.docker_distro }} - net${{ matrix.dotnet_version }}
4346 docker_registry_username : ${{ secrets.DOCKER_USERNAME }}
4447 docker_registry_password : ${{ secrets.DOCKER_PASSWORD }}
4548 github_registry_username : ${{ github.repository_owner }}
46- github_registry_password : ${{ secrets.GITHUB_TOKEN }}
49+ github_registry_password : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments