mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-05-01 04:54:13 +02:00
feat(#4) Add resource_repository_deploy_key
Allows to add an ssh key to a given repository. This should allow to make build servers with more restricted access controls.
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -12,10 +12,10 @@ jobs:
|
||||
GO111MODULE: on
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up GO 1.16.x
|
||||
- name: Set up GO 1.20.x
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: '1.20'
|
||||
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
- name: Setup Environment
|
||||
run: make ci-build-setup
|
||||
@@ -27,10 +27,10 @@ jobs:
|
||||
GO111MODULE: on
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up GO 1.16.x
|
||||
- name: Set up GO 1.20.x
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: '1.20'
|
||||
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
- name: Setup Environment
|
||||
run: make ci-build-setup
|
||||
@@ -42,10 +42,10 @@ jobs:
|
||||
GO111MODULE: on
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up GO 1.16.x
|
||||
- name: Set up GO 1.20.x
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: '1.20'
|
||||
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
@@ -66,10 +66,10 @@ jobs:
|
||||
GO111MODULE: on
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up GO 1.16.x
|
||||
- name: Set up GO 1.20.x
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: '1.20'
|
||||
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
- name: Setup Environment
|
||||
run: make ci-build-setup
|
||||
@@ -81,10 +81,10 @@ jobs:
|
||||
GO111MODULE: on
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up GO 1.16.x
|
||||
- name: Set up GO 1.20.x
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: '1.20'
|
||||
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
- name: Setup Environment
|
||||
run: make ci-build-setup
|
||||
|
||||
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.20
|
||||
- name: Import GPG key
|
||||
id: import_gpg
|
||||
uses: crazy-max/ghaction-import-gpg@v3
|
||||
|
||||
Reference in New Issue
Block a user