Skip to content

Commit

Permalink
Fix lack of write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonsteward-wk committed Mar 22, 2024
1 parent d8b418b commit 1ec7f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

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

jobs:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
go2xunit -input ./go-test.txt -output ./artifacts/tests_go_version-${{ matrix.go }}.xml
- name: Upload Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: go-datastructures tests
path: ./artifacts/tests_go_version-${{ matrix.go }}.xml
Expand Down

0 comments on commit 1ec7f10

Please sign in to comment.