Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
42925ae7
Unverified
Commit
42925ae7
authored
Feb 09, 2024
by
Samruddhi Khandale
Committed by
GitHub
Feb 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken workflows ; adds permissions (#835)
parent
30e03b62
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
release.yaml
.github/workflows/release.yaml
+2
-0
update-documentation.yml
.github/workflows/update-documentation.yml
+3
-0
update-dotnet-install-script.yml
.github/workflows/update-dotnet-install-script.yml
+3
-0
No files found.
.github/workflows/release.yaml
View file @
42925ae7
...
@@ -9,6 +9,8 @@ jobs:
...
@@ -9,6 +9,8 @@ jobs:
deploy
:
deploy
:
if
:
${{ github.ref == 'refs/heads/main' }}
if
:
${{ github.ref == 'refs/heads/main' }}
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
permissions
:
packages
:
write
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
...
...
.github/workflows/update-documentation.yml
View file @
42925ae7
...
@@ -9,6 +9,9 @@ jobs:
...
@@ -9,6 +9,9 @@ jobs:
generate
:
generate
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
environment
:
documentation
environment
:
documentation
permissions
:
contents
:
write
pull-requests
:
write
if
:
"
github.ref
==
'refs/heads/main'"
if
:
"
github.ref
==
'refs/heads/main'"
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
...
...
.github/workflows/update-dotnet-install-script.yml
View file @
42925ae7
...
@@ -8,6 +8,9 @@ jobs:
...
@@ -8,6 +8,9 @@ jobs:
fetch-latest-dotnet-install
:
fetch-latest-dotnet-install
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
environment
:
documentation
# grants access to secrets.PAT, for creating pull requests
environment
:
documentation
# grants access to secrets.PAT, for creating pull requests
permissions
:
contents
:
write
pull-requests
:
write
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment