Skip to content

Commit

Permalink
chore(workflows): add Test environment to build job and remove secret…
Browse files Browse the repository at this point in the history
…s inheritance from CI/CD jobs
  • Loading branch information
0x1026 committed Dec 7, 2024
1 parent d0d5719 commit 7ea2e31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
build:
name: 🐳 Docker
runs-on: ubuntu-latest
environment: Test
strategy:
fail-fast: false
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow#example-adding-configurations
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
id-token: write
with:
version: ${{ needs.foundation.outputs.version }}
secrets: inherit

report:
name: 🗃️ Report
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
id-token: write
with:
images: ${{ needs.foundation.outputs.images }}
secrets: inherit

report:
name: 🗃️ Report
Expand Down

0 comments on commit 7ea2e31

Please sign in to comment.