-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
on: push | ||
jobs: | ||
devcontainer-cache-build: | ||
name: Build devcontainer cache | ||
name: Populate Codespaces image cache | ||
runs-on: ubuntu-24.04 | ||
permissions: | ||
packages: write | ||
|
@@ -17,3 +17,10 @@ jobs: | |
- name: Build codespace devcontainer cache | ||
run: | | ||
./.devcontainer/initialize --set useradd.args.USER=codespace --set useradd.args.USER_UID=1000 --set useradd.args.USER_GID=1000 --set pre-commit.args.USER=codespace | ||
release-it-workflow: | ||
uses: rcwbr/release-it-gh-workflow/.github/workflows/[email protected] | ||
with: | ||
app-id: 1050758 # devcntr-cache-build-ci-release-it release-it app | ||
app-environment: Repo release | ||
secrets: | ||
app-secret: ${{ secrets.RELEASE_IT_GITHUB_APP_KEY }} # Secret belonging to the Repo release environment |
This file was deleted.
Oops, something went wrong.