File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 10
10
# Allow manually triggering the workflow.
11
11
workflow_dispatch :
12
12
13
+ env :
14
+ COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
15
+
13
16
# Cancels all previous workflow runs for the same branch that have not yet completed.
14
17
concurrency :
15
18
# The concurrency group contains the workflow name and the branch name.
Original file line number Diff line number Diff line change 7
7
# Allow manually triggering the workflow.
8
8
- workflow_dispatch
9
9
10
+ env :
11
+ COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
12
+
10
13
# Cancels all previous workflow runs for the same branch that have not yet completed.
11
14
concurrency :
12
15
# The concurrency group contains the workflow name and the branch name.
Original file line number Diff line number Diff line change 9
9
# Allow manually triggering the workflow.
10
10
workflow_dispatch :
11
11
12
+ env :
13
+ COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
14
+
12
15
# Cancels all previous workflow runs for the same branch that have not yet completed.
13
16
concurrency :
14
17
# The concurrency group contains the workflow name and the branch name.
Original file line number Diff line number Diff line change 7
7
# Allow manually triggering the workflow.
8
8
- workflow_dispatch
9
9
10
+ env :
11
+ COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
12
+
10
13
# Cancels all previous workflow runs for the same branch that have not yet completed.
11
14
concurrency :
12
15
# The concurrency group contains the workflow name and the branch name.
You can’t perform that action at this time.
0 commit comments