Skip to content

Commit b7eee3e

Browse files
committed
Fixed permissions
1 parent a42db73 commit b7eee3e

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
# For a detailed breakdown of this workflow, see https://octopus.com/docs/guides/deploy-aspnetcore-app/to-iis/using-octopus-onprem-github-builtin
2-
#
3-
# The following workflow provides an opinionated template you can customize for your own needs.
4-
#
5-
# If you are not an Octopus user, the "Push to Octopus", "Generate Octopus Deploy build information",
6-
# and "Create Octopus Release" steps can be safely deleted.
7-
#
8-
# To configure Octopus, set the OCTOPUS_API_TOKEN secret to the Octopus API key, and
9-
# set the OCTOPUS_SERVER_URL secret to the Octopus URL.
10-
#
11-
# Double check the "project" and "deploy_to" properties in the "Create Octopus Release" step
12-
# match your Octopus projects and environments.
13-
#
14-
# Get a trial Octopus instance from https://octopus.com/start
1+
permissions:
2+
id-token: write
3+
checks: write
4+
contents: write
5+
packages: write
156

167
name: DotNET Core Build
178
'on':

0 commit comments

Comments
 (0)