Skip to content

Commit 59176c0

Browse files
committed
merge
2 parents 10a59ff + 259d3a2 commit 59176c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: benc-uk/workflow-dispatch@v1
6060
if: github.event_name != 'pull_request'
6161
with:
62-
token: ${{ secrets.REPO_ACCESS_TOKEN }}
62+
token: ${{ secrets.MSA_DOCKER_REPO_ACCESS_TOKEN }}
6363
ref: ${{ github.ref_name || 'master' }}
6464
repo: ubiqube/msa-docker
6565
workflow: create-pr.yml
@@ -72,4 +72,3 @@ jobs:
7272
"branch_name": "${{ github.ref_name }}"
7373
}
7474
75-

0 commit comments

Comments
 (0)