Skip to content

Commit 12f1d99

Browse files
authored
fix: Update develop workflow to include permissions and token configuration (#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
1 parent f3c8231 commit 12f1d99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/develop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- develop
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build-and-test:
1013
name: Build and Test for Linux and macOS
@@ -17,6 +20,8 @@ jobs:
1720
steps:
1821
- name: Checkout Code
1922
uses: actions/checkout@v3
23+
with:
24+
token: ${{ secrets.GITHUB_TOKEN }}
2025

2126
- name: Set up Go
2227
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)