Skip to content

Commit

Permalink
fix: fix token permissions for goreelaser, and run on master pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez committed Sep 30, 2024
1 parent 2f2ac12 commit 90cdaf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: CI

on:
push:
branches:
- master
tags:
- v[0-9]+.[0-9]+.[0-9]+**
pull_request:

permissions:
contents: read
contents: write
id-token: write

jobs:
Expand Down

0 comments on commit 90cdaf4

Please sign in to comment.