[PR #693] [MERGED] fix: use github auth token for pulling a repository #1563

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/693
Author: @ZauberNerd
Created: 5/19/2021
Status: Merged
Merged: 5/19/2021
Merged by: @mergify[bot]

Base: masterHead: pull-with-auth


📝 Commits (1)

  • 467e4dc fix: use github auth token for pulling a repository

📊 Changes

1 file changed (+10 additions, -2 deletions)

View changed files

📝 pkg/common/git.go (+10 -2)

📄 Description

Seems like we missed another one 🙈 . This happens when using actions with a branch spec instead of a tag (i.e. uses: actions/checkout@master instead of actions/checkout@v2).
https://github.com/nektos/act/pull/687


🔄 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/693 **Author:** [@ZauberNerd](https://github.com/ZauberNerd) **Created:** 5/19/2021 **Status:** ✅ Merged **Merged:** 5/19/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `pull-with-auth` --- ### 📝 Commits (1) - [`467e4dc`](https://github.com/nektos/act/commit/467e4dcdc6e0362987c004c00fef330b0cb18ed5) fix: use github auth token for pulling a repository ### 📊 Changes **1 file changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pkg/common/git.go` (+10 -2) </details> ### 📄 Description Seems like we missed another one 🙈 . This happens when using actions with a branch spec instead of a tag (i.e. `uses: actions/checkout@master` instead of `actions/checkout@v2`). https://github.com/nektos/act/pull/687 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:43 +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#1563
No description provided.