File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 2929 bazelrc : .bazelrc
3030 - run : pnpm install --frozen-lockfile
3131 - run : pnpm bazel build //ng-dev:npm_package --config=release
32+ - name : Generate Snapshots Build token
33+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
34+ id : snapshot-builds-app
35+ with :
36+ app-id : ${{ vars.SNAPSHOT_GITHUB_APP_ID }}
37+ private-key : ${{ secrets.SNAPSHOT_GITHUB_APP_KEY }}
38+ repositories : |
39+ dev-infra-private-ng-dev-builds
3240 - name : Publish Snapshots
3341 env :
34- SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
42+ SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ steps.snapshot-builds-app.outputs.token }}
3543 run : |
3644 ./tools/publish_to_github.sh "@angular/ng-dev" "dev-infra-private-ng-dev-builds" "dist/bin/ng-dev/npm_package"
You can’t perform that action at this time.
0 commit comments