Trending

#GithubAction

Latest posts tagged with #GithubAction on Bluesky

Latest Top
Trending

Posts tagged #GithubAction

Uptime graph showing a dramatic decrease of availability after the Microsoft takeover. Going from consistent 100%

Uptime graph showing a dramatic decrease of availability after the Microsoft takeover. Going from consistent 100%

My head of ops complained that #GitHub CI/CD has become _so_ unreliable, specifically #GitHubAction s and its scheduler (even with #selfhosted runners) that we need to migrate to an alternative.

We're not alone, see e.g. #Zig […]

[Original post on mastodon.habets.dev]

1 3 0 0

Yeah I'm not saying it's anywhere near the only answer.

Just one that's been working reliably for me for over a year now.

I use a simple #GitHubAction to watch my #AtProto account, and then use a #GitHubWorkflow to make my page with #PowerShell.

Very straightfoward, simple, and effective.

1 0 1 0

Un rant sur #GithubAction 1h **AVANT** l'annonce des workers self hosted payants

Ce type est un génie, je n'ai pas peur de le dire

3 0 1 0
Why Github Why?
Why Github Why? YouTube video by ThePrimeTime

Probably the greatest timing function in history.

www.youtube.com/watch?v=E3_9...

#programming #github #GithubAction

1 0 0 0
Preview
GitHub - PowerShellWeb/WebSocket: Work with WebSockets in PowerShell Work with WebSockets in PowerShell. Contribute to PowerShellWeb/WebSocket development by creating an account on GitHub.

Cool!

If you're tinkering with #PowerShell and #AtProto anyways....

At Protocol is basically an object pipeline, broadcast over a #WebSocket

Any property bag can be posted to at proto 😎

I've been using this #GitHub #GitHubAction to automagically update from #BlueSky

github.com/PowerShellWe...

2 0 1 0
GitHub Action Rerunner # GitHub Action Rerunner 사용해보기 실패한 GitHub Actions를 팀원들이 직접 재실행할 수 있도록 권한을 위임하는 웹 애플리케이션입니다. ## 🎯 왜 만들었나요? GitHub Actions가 실패했을 때, 재실행하려면 해당 레포지토리에 대한 Write 권한이 필요합니다. 하지만 보안상의 이유로 모든 팀원에게 Write 권한을 주기는 어렵습니다. **GitHub Action Rerunner** 는 이 문제를 해결합니다. 레포지토리 소유자가 토큰을 등록하면, 팀원들은 **자신에게 할당된 PR** 의 실패한 Action만 재실행해 레포지토리에 대한 직접적인 권한 없이도 CI/CD를 다시 돌릴 수 있습니다! ## ✨ 주요 기능 ### 레포지토리 소유자 (Owner) * 📦 개인 및 조직 레포지토리 등록 * 🔑 GitHub Personal Access Token 등록 (암호화 저장) * 🔗 공유 가능한 고유 링크 생성 * 👀 모든 실패한 PR 확인 및 재실행 * ⚙️ 레포지토리 설정 관리 ### 팀원 (Assignee) * 📋 자신에게 할당된 PR 목록 확인 * 🔄 실패한 GitHub Action 원클릭 재실행 * 📊 워크플로우 상태 실시간 확인 ### 계정 관리 * 🔐 GitHub OAuth 로그인 * 👥 여러 GitHub 계정 연동 지원 * 🔀 계정 간 쉬운 전환 ## 🛠 기술 스택 * **Frontend** : Next.js 16 (App Router), React 19, Tailwind CSS 4 * **Backend** : Next.js API Routes * **Authentication** : NextAuth.js v5 (GitHub OAuth) * **Database** : PostgreSQL + Prisma ORM * **GitHub API** : Octokit ## 🚀 직접 배포하기 현재 프로젝트는 이미 배포되어 있으나, 민감한 토큰을 다루기 때문에 직접 배포하시고 싶다면 아래 가이드를 참고하세요. ### 1. 환경 변수 설정 `.env` 파일을 생성하고 다음 값을 설정하세요: # DB (PostgreSQL) DATABASE_URL="postgresql://..." DIRECT_URL="postgresql://..." # NextAuth.js AUTH_SECRET="use `npx auth secret`" AUTH_GITHUB_ID="your-github-oauth-app-id" AUTH_GITHUB_SECRET="your-github-oauth-app-secret" # Token Encryption (32자) ENCRYPTION_KEY="your-32-character-encryption-key" ### 2. GitHub OAuth App 생성 1. GitHub Developer Settings에서 OAuth App 생성 2. **Authorization callback URL** : `http://localhost:3000/api/auth/callback/github` 3. Client ID와 Client Secret을 환경 변수에 설정 ### 3. 개발 서버 실행 # 의존성 설치 pnpm install # Prisma 클라이언트 생성 npx prisma generate # 데이터베이스 마이그레이션 npx prisma migrate dev # 개발 서버 실행 pnpm dev http://localhost:3000에서 확인하세요. ## 📖 사용 방법 ### 레포지토리 등록 (소유자) 1. GitHub으로 로그인 2. 대시보드 → 레포지토리 등록 3. 등록할 레포지토리 선택 4. 설정 페이지에서 Personal Access Token 등록 * Token에 `repo` 및 `actions` 권한 필요 5. 생성된 링크를 팀원들과 공유 ### Action 재실행 (팀원) 1. 공유받은 링크로 접속 2. GitHub으로 로그인 3. 자신에게 할당된 PR 목록 확인 4. 실패한 워크플로우 옆 "Rerun" 버튼 클릭 ## 🔒 보안 * Personal Access Token은 AES-256-GCM으로 암호화되어 저장됩니다. * 팀원은 자신에게 할당된 PR의 Action만 재실행할 수 있습니다. * 모든 API 요청은 세션 기반 인증을 거칩니다.
1 3 0 0
Post image

For the benefit of those who use #GitHub with #MicrosoftFabric, there is now a #GitHubAction available to deploy workspace items to other workspaces available in the GitHub Marketplace.

github.com/marketplace/...

1 0 0 0
Preview
[Shoper Gamer] Google ปรับปรุง Gemini CLI ให้ทำงานอัตโนมัติใน GitHub Actions ได้ โดย โดย

Google ปรับปรุง Gemini CLI ให้ทำงานอัตโนมัติใน GitHub Actions ได้

#ShoperGamer #Google #Gemini #GeminiCLI #Ai #Code #GithubAction #Feed

2 1 0 0
Post image

ข้อจำกัดสำคัญของ GitHub Actions สำหรับบัญชีฟรีที่คุณต้องรู้

อ่านต่อ : www.blockdit.com/posts/683bf3...

#ShoperGamer #Github #Account #Deploy #Cl/CD #GithubAction #FreeAccount #Knowledge #Study #Feed

2 0 0 0
Preview
GitHub - StartAutomating/PSSVG: Script SVGs with PowerShell Script SVGs with PowerShell. Contribute to StartAutomating/PSSVG development by creating an account on GitHub.

Script #SVG with #PowerShell

I use this to make almost every logo for my projects in #GitHub #workflows

It also has a #GitHubAction

Have fun!

github.com/StartAutomat...

2 1 0 1

🙀 Oh, this is an unexpected limitation of GitHub Actions:

When pushing more than 3 tags at once, GitHub Actions does not trigger any workflows.

#github #githubaction

0 0 0 0
Comparison of GitHub Action Scanners A comparison of GitHub Action Scanners.

I saw a lot of talk about #GitHubAction Static Code Analyzers in the wake of some high profile supply chain attacks. Primarily #poutine and #zizmor, but I also came across #octoscan and a research project by #Snyk. Here is my comparison of the four:

blog.kammel.dev/post/github_...

1 0 0 0
screenshot of github workflow being executed on a PR. It shows a rocketship launching and has the text "This branch was successfully deployed" along with a subheading of "1 active deployment"

screenshot of github workflow being executed on a PR. It shows a rocketship launching and has the text "This branch was successfully deployed" along with a subheading of "1 active deployment"

My @github.com action workflow is just building. Can I override the icon and text here? It's confusing when people see the word "deploy" and it wasn't deployed at all. Executed? Run/Ran?

A conditional change would be great. I do have a deploy step that only happens on some branches

#GithubAction

0 0 0 0
Post image Post image

Hey #Quarto #RStats friends, my Quarto website when rendered on my local computer correctly places the plotly widgets into rows and columns (creating a site_lib/quarto-dashboard folder with .js files in the process). However, when I set up a #githubaction it gets rendered single column🙃 Any ideas?

1 0 2 0

I also setup a #GitHubAction to automatically publish my pushes to PyPI 😁

0 0 0 0
Preview
Release v2.0.0 · impresscms-dev/strip-markdown-extensions-from-links-action This release replaces the old transform-markdown-links parser with remark for better context-aware link detection, switches from TypeScript to JavaScript for simpler maintenance, and adds a new ign...

Finally, after a lot of delayed moments, I managed to fix some old issues! It wasn't difficult - just finding time for open-source work is the hard part... especially when you have more than one project to juggle... anyways, github.com/impresscms-d... #GitHubAction #OpenSource #NewRelease

1 0 0 0
Post image

Ah, the fun of hosting your own #GitHubAction runners for your projects <3.

2 0 0 0
Preview
Announcing TestInfra Action One of the key parts of Building Secure Images with GitHub Actions is unit testing the image just build. While for most of my repositories this has been some bash script in the repo that I copied to…

Announcing my TestInfra GitHub Action: blog.wyrihaximus.net/2025/03/anno...

#python #testInfra #GitHub #GitHubAction #OCI #Docker

0 0 0 0
Post image

Gravi minacce su GitHub: una GitHub Action compromessa espone segreti CI/CD e una campagna di phishing prende di mira 12.000 repository.

#CI/CDsecurity #cybersecurity #github #GitHubAction #malware #OAuthattack #PHISHING #supplychainattack
www.matricedigitale.it/sicurezza-in...

0 0 0 0
Post image

Gravi minacce su GitHub: una GitHub Action compromessa espone segreti CI/CD e una campagna di phishing prende di mira 12.000 repository.

#CI/CDsecurity #cybersecurity #github #GitHubAction #malware #OAuthattack #PHISHING #supplychainattack
www.matricedigitale.it/sicurezza-in...

0 0 0 0
Preview
Harden-Runner detection: tj-actions/changed-files action is compromised - StepSecurity tj-actions/changed-files

⚠️ Tj-actions/changed-files GitHub Action Compromised

www.stepsecurity.io/blog/harden-...

#github #githubaction

1 0 0 0

Not gonna lie, I'm pretty pleased with progress! #Presence is an #OSS tool to format and post threads to any* social network - as a #CLI, #.NET #library, or #GitHubAction...

✅ BlueSky
✅ Threads
✅ Links
✅ Hashtags
✅ Images (+ alt text)

🔜 Mentions...
🔜 More networks...

🔖 instantiator.dev/presence

2 0 1 0
Video

I was looking for a way to publish my code on GitHub my repository and at the same time render the page on the GitHub Page at each commit. The solution I found was to use this GitHub Actions.
Is there a better way? I’d love to hear your thoughts!
#Rstats #Quarto #GithubAction

0 0 1 0
Comment construire une image Docker avec des variables d'environnement dans une GitHub action ?

Ça fait un moment que je devais le faire, me voici enfin lancé. J’ai écrit et publié mon premier article en français et anglais sur un problème que j’ai rencontré lors du déploiement d’une application.
Hésitez pas à partager 🙏🏻.
thomasevano.fr/posts/commen...

#buildinpublic #docker #githubaction

2 0 0 0
Post image

Want a good real-world demo of a #dotnetmaui publish workflow in #githubaction? Want matrix builds that product multiple builds, but create a nice msixbundle AND uses Microsoft Trusted signing? You're in luck, I just finished one =&gt; https://t.co/mIadPVIn3e

0 0 0 0

Answering my own question here: Yes the download-artifact action does preserve file modification times 👍

#FediFetcher #GitHubAction

0 0 0 0