Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/smoke-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Checkout main
id: checkout_release
uses: actions/checkout@v3
uses: actions/checkout@v6
with:
repository: 'devcontainers/images'
path: '__build'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
update_manifest_files:
runs-on: ubuntu-latest
environment: publishing
env:
target_branch: rel/${{github.event.inputs.version}}
version: ${{github.event.inputs.version}}
Expand All @@ -30,7 +31,7 @@ jobs:
run: ./build/prepare-release.sh
- name: Push manifest updates
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.RELEASE_AUTOMATION_PAT }}
run: |
Comment on lines 32 to 35
git config --global user.email github-actions@github.com
git config --global user.name github-actions
Expand All @@ -40,7 +41,7 @@ jobs:
git push origin $target_branch
- name: Create pull request
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.RELEASE_AUTOMATION_PAT }}
run: |
gh api \
--method POST \
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-anaconda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-base-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-base-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

- name: Smoke test
id: smoke_test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./.github/actions/smoke-test
with:
image: dotnet
2 changes: 0 additions & 2 deletions .github/workflows/smoke-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/smoke-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,12 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test java
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test_java
uses: ./.github/actions/smoke-test
with:
image: java

- name: Smoke test java-8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test_java_8
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-javascript-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-miniconda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-typescript-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/checkout@v6

- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-universal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
id: checkout
uses: actions/checkout@v6
- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Create PR with updated image information
id: push_image_info
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.RELEASE_AUTOMATION_PAT }}
run: |
set -e
Comment on lines 89 to 93

Expand Down
Loading