We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcbae0 commit 361b147Copy full SHA for 361b147
.github/workflows/build.yml
@@ -2,6 +2,9 @@ name: Build
2
on: [ pull_request, push ]
3
jobs:
4
build:
5
+ permissions:
6
+ contents: read
7
+ pull-requests: write
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout sources
.github/workflows/hangar-publish.yml
@@ -4,6 +4,9 @@ on:
types: [ prereleased, released ]
env:
11
REPOSITORY_USER: ${{ secrets.REPOSITORY_USER }}
12
REPOSITORY_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
0 commit comments