aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSteven <steven.liekens@gmail.com>2023-09-19 19:58:33 +0300
committerGitHub <noreply@github.com>2023-09-19 19:58:33 +0300
commit3a22c419403b5c099c71a74c7079cde813e269d8 (patch)
tree2b88907afaf728602e54e26312b96bcfb7bb3eb3 /.github/workflows
parentf92f7ba7ae53b996a439c77f82ed99fc050ee3da (diff)
Configure environment for update-dotnet-install-script.yml (#693)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-dotnet-install-script.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-dotnet-install-script.yml b/.github/workflows/update-dotnet-install-script.yml
index 56adf85..30a5aa4 100644
--- a/.github/workflows/update-dotnet-install-script.yml
+++ b/.github/workflows/update-dotnet-install-script.yml
@@ -7,6 +7,7 @@ on:
jobs:
fetch-latest-dotnet-install:
runs-on: ubuntu-latest
+ environment: documentation # grants access to secrets.PAT, for creating pull requests
steps:
- uses: actions/checkout@v3