File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 - name : Build and release
5252 env :
5353 RELEASE_WORKFLOW_STEP : release
54- GITHUB_TOKEN : ${{ secrets.REPOSITORY_PUSH_ACCESS }}
54+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 DOCKER_REGISTRY_USER : ${{ github.repository_owner }}
56- DOCKER_REGISTRY_PASSWORD : ${{ secrets.REPOSITORY_PUSH_ACCESS }}
56+ DOCKER_REGISTRY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
5757 DEBUG : semantic-release:*
5858 run : bunx multi-semantic-release --debug
5959
6363 if : github.ref == 'refs/heads/main'
6464 env :
6565 RELEASE_WORKFLOW_STEP : publish
66- GITHUB_TOKEN : ${{ secrets.REPOSITORY_PUSH_ACCESS }}
66+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 WEBSOCKET_API_PORTAINER_WEBHOOK_URL : ${{ secrets.WEBSOCKET_API_PORTAINER_WEBHOOK_URL }}
6868 DISCORD_BOT_PORTAINER_WEBHOOK_URL : ${{ secrets.DISCORD_BOT_PORTAINER_WEBHOOK_URL }}
6969 run : bunx multi-semantic-release
You can’t perform that action at this time.
0 commit comments