We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c3d94 commit 259d3a2Copy full SHA for 259d3a2
.github/workflows/deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: benc-uk/workflow-dispatch@v1
60
if: github.event_name != 'pull_request'
61
with:
62
- token: ${{ secrets.UBIQUBE_REPO_ACCESS_TOKEN }}
+ token: ${{ secrets.MSA_DOCKER_REPO_ACCESS_TOKEN }}
63
ref: ${{ github.ref_name || 'master' }}
64
repo: ubiqube/msa-docker
65
workflow: create-pr.yml
0 commit comments