We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
1 parent 99e7a0f commit 3e090a6Copy full SHA for 3e090a6
.github/workflows/prepare-release.yml
@@ -13,6 +13,9 @@ on:
13
- minor
14
- patch
15
16
+# Disable all GITHUB_TOKEN permissions, since the GitHub App token is used instead.
17
+permissions: {}
18
+
19
jobs:
20
prepare-release:
21
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-prepare-release.yml@latest
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
8
type: boolean
9
default: false
10
11
12
release:
name: Release
0 commit comments