Skip to content

Commit c680e2b

Browse files
ringodspulumi-bot
andauthored
Regenerate workflows for pulumi-scaleway (#434)
Co-authored-by: pulumi-bot <[email protected]>
1 parent 2ec4a8f commit c680e2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo 'EOF'
8181
} >> "$GITHUB_OUTPUT"
8282
- name: Create GH Release
83-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
83+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
8484
if: inputs.isPrerelease == false
8585
with:
8686
tag_name: v${{ inputs.version }}

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ jobs:
6565
- name: Run tests
6666
if: matrix.testTarget == 'local'
6767
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -skip TestPulumiExamples -parallel 4 .
68+
env:
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6870
- name: Run pulumi/examples tests
6971
if: matrix.testTarget == 'pulumiExamples'
7072
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -run TestPulumiExamples -parallel 4 .
73+
env:
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7175
strategy:
7276
fail-fast: false
7377
matrix:

0 commit comments

Comments
 (0)