1
0
Fork 0
mirror of https://github.com/imjasonh/snoop synced 2026-07-13 19:07:43 +00:00

permissions, update head ref

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2026-01-14 15:52:12 -05:00
parent 8488ee7e0b
commit 7335da0df4

View file

@ -4,12 +4,19 @@ on:
pull_request:
branches: [main]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v5
- run: |
sudo apt-get update