File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1515 - " created"
1616 workflow_dispatch :
1717
18+ env :
19+ GH_TOKEN : ${{ secrets.PAT }}
20+
1821jobs :
1922 scripts-are-run-and-what-it-returns-is-available-via-outputs :
2023 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ defmodule Mix.Tasks.E2e.UpdateExamplesWorkflow do
7777 - "created"
7878 workflow_dispatch:
7979
80+ env:
81+ GH_TOKEN: ${{ secrets.PAT }}
82+
8083 jobs:
8184 """ <> jobs
8285 end
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ defmodule Mix.Tasks.E2e.UpdateExamplesWorkflowTest do
3535 - "created"
3636 workflow_dispatch:
3737
38+ env:
39+ GH_TOKEN: ${{ secrets.PAT }}
40+
3841 jobs:
3942 io-visible-in-logs-and-return-value-available-via-outputs:
4043 runs-on: ubuntu-latest
@@ -85,6 +88,9 @@ defmodule Mix.Tasks.E2e.UpdateExamplesWorkflowTest do
8588 - "created"
8689 workflow_dispatch:
8790
91+ env:
92+ GH_TOKEN: ${{ secrets.PAT }}
93+
8894 jobs:
8995 io-visible-in-logs-and-return-value-available-via-outputs:
9096 runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments