We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a59ff + 259d3a2 commit 59176c0Copy full SHA for 59176c0
.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.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
@@ -72,4 +72,3 @@ jobs:
72
"branch_name": "${{ github.ref_name }}"
73
}
74
75
-
0 commit comments