Skip to content

Commit 569eaad

Browse files
committed
🐛 expose GH_TOKEN as part of the build process
1 parent ca9d42d commit 569eaad

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/release-azure-policies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
azure-policies:

.github/workflows/release-google-policies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
google-policies:

.github/workflows/release-kubernetes-policies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
kubernetes-policies:

.github/workflows/release-policy-manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
policy-manager:

.github/workflows/release-unit-test-helpers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
unit-test-helpers:

0 commit comments

Comments
 (0)