When using v1, I encountered the following error.
Run bobheadxi/deployments@v1
initializing new deployment for production @ refs/heads/main
unexpected error encountered: HttpError: Resource not accessible by integration
Error: unexpected error encountered: HttpError: Resource not accessible by integration - see logs for more information
However, changing to v1.4.0 did not improve the issue.
Github Actions setting:
- name: Start Deployment
uses: bobheadxi/deployments@v1
id: deployment
with:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
env: production
When using v1, I encountered the following error.
However, changing to v1.4.0 did not improve the issue.
Github Actions setting: