Skip to content

Commit

Permalink
Add action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Jan 30, 2023
1 parent 7701471 commit e86935e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coredns_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
container: golang:1.18
steps:
- if: ${{ env.ACT }}
name: Hack container for local development
name: Setup container for local development
run: |
curl -fsSL https://deb.nodesource.com/setup_19.x | bash - &&\
apt-get install -y nodejs
Expand Down

0 comments on commit e86935e

Please sign in to comment.