Skip to content

Commit cc80372

Browse files
committed
try adding permissions to token via workflow settings
1 parent d774fa4 commit cc80372

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-sdk.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ main ]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
@@ -37,10 +40,6 @@ jobs:
3740
run: |
3841
cp .gitignore .gitignore.local
3942
cp .gitignore.pub .gitignore
40-
41-
echo "actor: ${{ github.actor }}"
42-
echo "login: ${{ github.event.pull_request.user.login }}"
43-
echo "email: ${{ github.event.pull_request.user.email }}"
4443
continue-on-error: false
4544

4645
- name: Commit SDK updates

0 commit comments

Comments
 (0)