Skip to content

Commit

Permalink
fix: Update develop workflow to include permissions and token configu…
Browse files Browse the repository at this point in the history
…ration (#11)

* ci: Update workflow name and conditions

* feat: Add workflow for building and testing on develop branch

* feat: Update build process and add release candidate tagging

* feat: Update develop workflow to include permissions and token configuration
  • Loading branch information
evert-arias authored Nov 20, 2024
1 parent f3c8231 commit 12f1d99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- develop

permissions:
contents: write

jobs:
build-and-test:
name: Build and Test for Linux and macOS
Expand All @@ -17,6 +20,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 12f1d99

Please sign in to comment.