Skip to content

ci: update secrets

ci: update secrets #50

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

(Line: 27, Col: 5): Required property is missing: runs-on
on: [pull_request]
permissions:
id-token: write
contents: read
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
TF_ACC: 1
COMMIT_MESSAGE_PREFIX: "[foo]"
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_TEAMAPPROVER_PAWEL_POLA }}
GITHUB_USERNAME: "pawel-pola-form3"
GITHUB_EMAIL: ${{ secrets.PAWEL_POLA_EMAIL_ADDRESS }}
GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_SIGNING_KEY_PAWEL_POLA }}
jobs:
tests:
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'go.mod'
cache: true
- name: Tests
run: |
make test