Skip to content

Commit 34eb05f

Browse files
committed
Testing
1 parent da6560c commit 34eb05f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Test permissions
2+
on:
3+
workflow_dispatch:
4+
5+
#permissions:
6+
# contents: read
7+
8+
jobs:
9+
job:
10+
name: Test
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v5
14+
15+
- run: |
16+
export GIT_AUTHOR_NAME=matticbot
17+
export GIT_AUTHOR_EMAIL=matticbot@users.noreply.github.com
18+
export GIT_COMMITTER_NAME=matticbot
19+
export GIT_COMMITTER_EMAIL=matticbot@users.noreply.github.com
20+
21+
git tag permissions-test
22+
git push origin permissions-test

0 commit comments

Comments
 (0)