[PR #868] [MERGED] container credentials #1656

Closed
opened 2026-03-01 21:52:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/868
Author: @till
Created: 11/11/2021
Status: Merged
Merged: 11/27/2021
Merged by: @mergify[bot]

Base: masterHead: container-credentials


📝 Commits (7)

  • 8f97ff5 Chore: add a snapshot target
  • 7735701 Update: support credentials for private containers
  • a7e3e7a fix: rework container credentials
  • dd33e1c Merge pull request #1 from catthehacker/cat/fix/container-credentials
  • 83bf7f3 fix: check if Credentials are not nil
  • 629512d fix: return on missing credentials key
  • e6d4713 Merge branch 'master' into container-credentials

📊 Changes

4 files changed (+88 additions, -11 deletions)

View changed files

📝 Makefile (+7 -0)
📝 pkg/model/workflow.go (+10 -9)
📝 pkg/model/workflow_test.go (+30 -0)
📝 pkg/runner/run_context.go (+41 -2)

📄 Description

  • Chore: add a snapshot target
  • Update: support credentials for private containers

Resolves: #788


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/868 **Author:** [@till](https://github.com/till) **Created:** 11/11/2021 **Status:** ✅ Merged **Merged:** 11/27/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `container-credentials` --- ### 📝 Commits (7) - [`8f97ff5`](https://github.com/nektos/act/commit/8f97ff5aeeacd37b4bb264bc87d626d94aa8114f) Chore: add a snapshot target - [`7735701`](https://github.com/nektos/act/commit/7735701ce058a1a3632d62adfd8f24c97d0346bb) Update: support credentials for private containers - [`a7e3e7a`](https://github.com/nektos/act/commit/a7e3e7a15246c57740894ad6153011dd82fa3cd1) fix: rework container credentials - [`dd33e1c`](https://github.com/nektos/act/commit/dd33e1c4dd68d60782093909aad20db7d277a478) Merge pull request #1 from catthehacker/cat/fix/container-credentials - [`83bf7f3`](https://github.com/nektos/act/commit/83bf7f3ba99a8cf47e3fbb0f5a13611eeb5e648b) fix: check if Credentials are not nil - [`629512d`](https://github.com/nektos/act/commit/629512de8031195c62a577d6e27a4405a6941ac9) fix: return on missing credentials key - [`e6d4713`](https://github.com/nektos/act/commit/e6d4713ee89d49958e557de9b13eedfc1575d907) Merge branch 'master' into container-credentials ### 📊 Changes **4 files changed** (+88 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+7 -0) 📝 `pkg/model/workflow.go` (+10 -9) 📝 `pkg/model/workflow_test.go` (+30 -0) 📝 `pkg/runner/run_context.go` (+41 -2) </details> ### 📄 Description - Chore: add a snapshot target - Update: support credentials for private containers Resolves: #788 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1656
No description provided.